diff --git a/src/apps/dashboard/constants/helpLinks.ts b/src/apps/dashboard/constants/helpLinks.ts index 6cce009cce..bf7fa04dc0 100644 --- a/src/apps/dashboard/constants/helpLinks.ts +++ b/src/apps/dashboard/constants/helpLinks.ts @@ -47,5 +47,8 @@ export const HelpLinks = [ '/dashboard/users/profile' ], url: 'https://jellyfin.org/docs/general/server/users/' + }, { + paths: ['/dashboard/backups'], + url: 'https://jellyfin.org/docs/general/administration/backup-and-restore/' } ];