Backport pull request #7380 from jellyfin-web/release-10.11.z

Add help link to backups page

Original-merge: 69d169e45f

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: thornbill <thornbill@users.noreply.github.com>
This commit is contained in:
theguymadmax
2025-12-02 16:02:45 -05:00
committed by thornbill
parent 6c372f61f1
commit 2ec16d73dc

View File

@@ -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/'
}
];