From 2ec16d73dccc76396e008262fe2e765ce8c778ec Mon Sep 17 00:00:00 2001 From: theguymadmax <171496228+theguymadmax@users.noreply.github.com> Date: Tue, 2 Dec 2025 16:02:45 -0500 Subject: [PATCH] Backport pull request #7380 from jellyfin-web/release-10.11.z Add help link to backups page Original-merge: 69d169e45f8e2a2423fedab79d89efb551c487e4 Merged-by: thornbill Backported-by: thornbill --- src/apps/dashboard/constants/helpLinks.ts | 3 +++ 1 file changed, 3 insertions(+) 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/' } ];