diff --git a/src/apps/dashboard/constants/helpLinks.ts b/src/apps/dashboard/constants/helpLinks.ts index 450d8c5ff2..69d55e0bdb 100644 --- a/src/apps/dashboard/constants/helpLinks.ts +++ b/src/apps/dashboard/constants/helpLinks.ts @@ -31,7 +31,10 @@ export const HelpLinks = [ paths: ['/dashboard/plugins/repositories'], url: 'https://jellyfin.org/docs/general/server/plugins/#repositories' }, { - paths: ['/dashboard/settings'], + paths: [ + '/dashboard/branding', + '/dashboard/settings' + ], url: 'https://jellyfin.org/docs/general/server/settings' }, { paths: ['/dashboard/tasks'],