diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index a3c88f2bc..dd411caf2 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 19b9d6fed..e478e25d2 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.org/docs/general/getting-help.html).
+ If you have any questions you can reach us on [Matrix or Social Media](https://docs.jellyfin.org/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 b9fb17187..309f0f96c 100644
--- a/src/addplugin.html
+++ b/src/addplugin.html
@@ -8,7 +8,7 @@
diff --git a/src/components/tvproviders/schedulesdirect.template.html b/src/components/tvproviders/schedulesdirect.template.html
index 3a71002dc..da593ef56 100644
--- a/src/components/tvproviders/schedulesdirect.template.html
+++ b/src/components/tvproviders/schedulesdirect.template.html
@@ -1,7 +1,7 @@
diff --git a/src/components/tvproviders/xmltv.template.html b/src/components/tvproviders/xmltv.template.html
index a7e6939c0..288c1ebe8 100644
--- a/src/components/tvproviders/xmltv.template.html
+++ b/src/components/tvproviders/xmltv.template.html
@@ -1,7 +1,7 @@
diff --git a/src/controllers/medialibrarypage.js b/src/controllers/medialibrarypage.js
index 590fc4475..6b616ce58 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.org/docs/general/server/media/movies.html")
+ message: getLink("MovieLibraryHelp", "https://docs.jellyfin.org/general/server/media/movies.html")
}, {
name: globalize.translate("FolderTypeMusic"),
value: "music",
- message: getLink("MusicLibraryHelp", "https://jellyfin.org/docs/general/server/media/music.html")
+ message: getLink("MusicLibraryHelp", "https://docs.jellyfin.org/general/server/media/music.html")
}, {
name: globalize.translate("FolderTypeTvShows"),
value: "tvshows",
- message: getLink("TvLibraryHelp", "https://jellyfin.org/docs/general/server/media/shows.html")
+ message: getLink("TvLibraryHelp", "https://docs.jellyfin.org/general/server/media/shows.html")
}, {
name: globalize.translate("FolderTypeBooks"),
value: "books",
- message: getLink("BookLibraryHelp", "https://jellyfin.org/docs/general/server/media/books.html")
+ message: getLink("BookLibraryHelp", "https://docs.jellyfin.org/general/server/media/books.html")
}, {
name: globalize.translate("OptionHomeVideos"),
value: "homevideos"
diff --git a/src/controllers/notificationsettings.js b/src/controllers/notificationsettings.js
index 68196a64b..8b56dc506 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 += '";
}
diff --git a/src/controllers/scheduledtaskspage.js b/src/controllers/scheduledtaskspage.js
index 4cf6c8dff..bbc2d2431 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 += '";
+ html += '";
}
html += "
";
html += '
diff --git a/src/wizardlibrary.html b/src/wizardlibrary.html
index 7c8ba5387..758a545cb 100644
--- a/src/wizardlibrary.html
+++ b/src/wizardlibrary.html
@@ -8,7 +8,7 @@