diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 967be0fb7..a3c88f2bc 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ **Changes** diff --git a/.github/stale.yml b/.github/stale.yml index 3906a3d4b..19b9d6fed 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -14,6 +14,6 @@ staleLabel: stale markComment: > Issues go stale after 90d of inactivity. Mark the issue as fresh by adding a comment or commit. Stale issues close after an additional 14d of inactivity. If this issue is safe to close now please do so. - If you have any questions you can reach us on [Matrix or Social Media](https://jellyfin.readthedocs.io/en/latest/getting-help/). + If you have any questions you can reach us on [Matrix or Social Media](https://jellyfin.org/docs/general/getting-help.html). # Comment to post when closing a stale issue. Set to `false` to disable closeComment: false diff --git a/src/addplugin.html b/src/addplugin.html index 33a418346..b9fb17187 100644 --- a/src/addplugin.html +++ b/src/addplugin.html @@ -8,7 +8,7 @@

- ${Help} + ${Help}

diff --git a/src/components/collectioneditor/collectioneditor.js b/src/components/collectioneditor/collectioneditor.js index 5c1bd5c6f..ccb1cdc28 100644 --- a/src/components/collectioneditor/collectioneditor.js +++ b/src/components/collectioneditor/collectioneditor.js @@ -249,7 +249,7 @@ define(['dialogHelper', 'loading', 'apphost', 'layoutManager', 'connectionManage html += ''; if (appHost.supports('externallinks')) { - html += '' + globalize.translate('Help') + ''; + html += '' + globalize.translate('Help') + ''; } html += '
'; diff --git a/src/components/subtitleeditor/subtitleeditor.template.html b/src/components/subtitleeditor/subtitleeditor.template.html index 84ae6da0e..26fbc51c4 100644 --- a/src/components/subtitleeditor/subtitleeditor.template.html +++ b/src/components/subtitleeditor/subtitleeditor.template.html @@ -2,7 +2,7 @@

${Subtitles}

- ${Help} + ${Help}
diff --git a/src/components/tvproviders/schedulesdirect.template.html b/src/components/tvproviders/schedulesdirect.template.html index 49d8c37f8..3a71002dc 100644 --- a/src/components/tvproviders/schedulesdirect.template.html +++ b/src/components/tvproviders/schedulesdirect.template.html @@ -1,7 +1,7 @@

Schedules Direct

- ${Help} + ${Help}

diff --git a/src/components/tvproviders/xmltv.template.html b/src/components/tvproviders/xmltv.template.html index 45172019c..a7e6939c0 100644 --- a/src/components/tvproviders/xmltv.template.html +++ b/src/components/tvproviders/xmltv.template.html @@ -1,7 +1,7 @@

Xml TV

- ${Help} + ${Help}
diff --git a/src/controllers/medialibrarypage.js b/src/controllers/medialibrarypage.js index a69ed8c64..590fc4475 100644 --- a/src/controllers/medialibrarypage.js +++ b/src/controllers/medialibrarypage.js @@ -213,19 +213,19 @@ define(["jQuery", "apphost", "scripts/taskbutton", "loading", "libraryMenu", "gl }, { name: globalize.translate("FolderTypeMovies"), value: "movies", - message: getLink("MovieLibraryHelp", "https://jellyfin.readthedocs.io/en/latest/media/movies/") + message: getLink("MovieLibraryHelp", "https://jellyfin.org/docs/general/server/media/movies.html") }, { name: globalize.translate("FolderTypeMusic"), value: "music", - message: getLink("MusicLibraryHelp", "https://jellyfin.readthedocs.io/en/latest/media/music/") + message: getLink("MusicLibraryHelp", "https://jellyfin.org/docs/general/server/media/music.html") }, { name: globalize.translate("FolderTypeTvShows"), value: "tvshows", - message: getLink("TvLibraryHelp", "https://jellyfin.readthedocs.io/en/latest/media/shows/") + message: getLink("TvLibraryHelp", "https://jellyfin.org/docs/general/server/media/shows.html") }, { name: globalize.translate("FolderTypeBooks"), value: "books", - message: getLink("BookLibraryHelp", "https://jellyfin.readthedocs.io/en/latest/media/books/") + message: getLink("BookLibraryHelp", "https://jellyfin.org/docs/general/server/media/books.html") }, { name: globalize.translate("OptionHomeVideos"), value: "homevideos" diff --git a/src/controllers/notificationsettings.js b/src/controllers/notificationsettings.js index ebb878841..68196a64b 100644 --- a/src/controllers/notificationsettings.js +++ b/src/controllers/notificationsettings.js @@ -22,7 +22,7 @@ define(["loading", "libraryMenu", "globalize", "listViewStyle", "emby-button"], itemHtml += ""; if (showHelp) { showHelp = false; - itemHtml += ''; + itemHtml += ''; itemHtml += globalize.translate("Help"); itemHtml += ""; } diff --git a/src/controllers/scheduledtaskspage.js b/src/controllers/scheduledtaskspage.js index acb88d53e..4cf6c8dff 100644 --- a/src/controllers/scheduledtaskspage.js +++ b/src/controllers/scheduledtaskspage.js @@ -33,7 +33,7 @@ define(["jQuery", "loading", "events", "globalize", "serverNotifications", "huma html += currentCategory; html += ""; if (i === 0) { - html += '' + globalize.translate("Help") + ""; + html += '' + globalize.translate("Help") + ""; } html += "
"; html += '
'; diff --git a/src/dashboardgeneral.html b/src/dashboardgeneral.html index af46f3490..efd1776ec 100644 --- a/src/dashboardgeneral.html +++ b/src/dashboardgeneral.html @@ -8,7 +8,7 @@

${TabSettings}

- ${Help} + ${Help}
@@ -22,7 +22,7 @@
${LabelPreferredDisplayLanguageHelp}
- ${LabelReadHowYouCanContribute} + ${LabelReadHowYouCanContribute}
diff --git a/src/device.html b/src/device.html index b7a696fd7..a9a07f27a 100644 --- a/src/device.html +++ b/src/device.html @@ -9,7 +9,7 @@

- ${Help} + ${Help}
diff --git a/src/devices.html b/src/devices.html index 3d8f4008d..5c7c71379 100644 --- a/src/devices.html +++ b/src/devices.html @@ -4,7 +4,7 @@

${TabDevices}

- ${Help} + ${Help}
diff --git a/src/encodingsettings.html b/src/encodingsettings.html index e57ba600c..159a607d2 100644 --- a/src/encodingsettings.html +++ b/src/encodingsettings.html @@ -5,7 +5,7 @@

${TabTranscoding}

- ${Help} + ${Help}
diff --git a/src/library.html b/src/library.html index 294ff4677..cfd9833d5 100644 --- a/src/library.html +++ b/src/library.html @@ -6,7 +6,7 @@ ${ButtonScanAllLibraries} - ${Help} + ${Help}
diff --git a/src/livetvsettings.html b/src/livetvsettings.html index 40c93fb25..692e97e10 100644 --- a/src/livetvsettings.html +++ b/src/livetvsettings.html @@ -4,7 +4,7 @@

DVR

- ${Help} + ${Help}
diff --git a/src/livetvstatus.html b/src/livetvstatus.html index e5250c11d..08bfde155 100644 --- a/src/livetvstatus.html +++ b/src/livetvstatus.html @@ -10,7 +10,7 @@ - ${Help} + ${Help}
diff --git a/src/livetvtuner.html b/src/livetvtuner.html index 8528bfd55..21dba4305 100644 --- a/src/livetvtuner.html +++ b/src/livetvtuner.html @@ -5,7 +5,7 @@

${HeaderLiveTvTunerSetup}

- ${Help} + ${Help}
diff --git a/src/notificationsetting.html b/src/notificationsetting.html index 661793ada..dc7c45972 100644 --- a/src/notificationsetting.html +++ b/src/notificationsetting.html @@ -8,7 +8,7 @@

- ${Help} + ${Help}
diff --git a/src/scheduledtask.html b/src/scheduledtask.html index 4024199c9..e997c729f 100644 --- a/src/scheduledtask.html +++ b/src/scheduledtask.html @@ -5,7 +5,7 @@

- ${Help} + ${Help}

diff --git a/src/useredit.html b/src/useredit.html index 76bead82f..be2eed734 100644 --- a/src/useredit.html +++ b/src/useredit.html @@ -6,7 +6,7 @@

- ${Help} + ${Help}
diff --git a/src/userlibraryaccess.html b/src/userlibraryaccess.html index 8cf609826..a5ff7f676 100644 --- a/src/userlibraryaccess.html +++ b/src/userlibraryaccess.html @@ -6,7 +6,7 @@

- ${Help} + ${Help}
diff --git a/src/usernew.html b/src/usernew.html index 207a68ffe..d23e43c60 100644 --- a/src/usernew.html +++ b/src/usernew.html @@ -5,7 +5,7 @@

${HeaderAddUser}

- ${Help} + ${Help}
diff --git a/src/userparentalcontrol.html b/src/userparentalcontrol.html index 665965120..bc44f0ee7 100644 --- a/src/userparentalcontrol.html +++ b/src/userparentalcontrol.html @@ -5,7 +5,7 @@ diff --git a/src/userpassword.html b/src/userpassword.html index 29b78acc4..9f870a372 100644 --- a/src/userpassword.html +++ b/src/userpassword.html @@ -5,7 +5,7 @@ diff --git a/src/userprofiles.html b/src/userprofiles.html index f5858fc6d..184317f59 100644 --- a/src/userprofiles.html +++ b/src/userprofiles.html @@ -8,7 +8,7 @@ - ${Help} + ${Help}
diff --git a/src/wizardlibrary.html b/src/wizardlibrary.html index 71ec0ab9b..7c8ba5387 100644 --- a/src/wizardlibrary.html +++ b/src/wizardlibrary.html @@ -8,7 +8,7 @@

${HeaderSetupLibrary}

- +
diff --git a/src/wizardstart.html b/src/wizardstart.html index 7b75f9c0b..5c475d5ea 100644 --- a/src/wizardstart.html +++ b/src/wizardstart.html @@ -9,7 +9,7 @@

${WelcomeToProject}

- + ${ButtonQuickStartGuide}