mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #6336 from thornbill/branding-help
This commit is contained in:
commit
2b0f028b6f
1 changed files with 4 additions and 1 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue