1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Change all wiki links to ones in the web archive

This commit is contained in:
bfayers 2018-12-29 21:29:09 +00:00
parent 44d5d3cb8c
commit 9829e51d7d
39 changed files with 41 additions and 41 deletions

View file

@ -376,7 +376,7 @@ define(["datetime", "events", "itemHelper", "serverNotifications", "dom", "globa
},
systemUpdateTaskKey: "SystemUpdateTask",
renderUrls: function(page, systemInfo) {
var helpButton = '<a is="emby-linkbutton" class="raised raised-mini button-submit" href="https://github.com/MediaBrowser/Wiki/wiki/Connectivity" target="_blank" style="margin-left:.7em;font-size:84%;padding:.2em .8em;">' + globalize.translate("ButtonHelp") + "</a>",
var helpButton = '<a is="emby-linkbutton" class="raised raised-mini button-submit" href="https://web.archive.org/web/20181216120305/https://github.com/MediaBrowser/Wiki/wiki/Connectivity" target="_blank" style="margin-left:.7em;font-size:84%;padding:.2em .8em;">' + globalize.translate("ButtonHelp") + "</a>",
localUrlElem = page.querySelector(".localUrl"),
externalUrlElem = page.querySelector(".externalUrl");
if (systemInfo.LocalAddress) {