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

@ -907,7 +907,7 @@ define(["loading", "appRouter", "layoutManager", "connectionManager", "cardBuild
require(["alert"], function(alert) {
alert({
text: globalize.translate("AddItemToCollectionHelp"),
html: globalize.translate("AddItemToCollectionHelp") + '<br/><br/><a is="emby-linkbutton" class="button-link" target="_blank" href="https://github.com/MediaBrowser/Wiki/wiki/Collections">' + globalize.translate("ButtonLearnMore") + "</a>"
html: globalize.translate("AddItemToCollectionHelp") + '<br/><br/><a is="emby-linkbutton" class="button-link" target="_blank" href="https://web.archive.org/web/20181216120305/https://github.com/MediaBrowser/Wiki/wiki/Collections">' + globalize.translate("ButtonLearnMore") + "</a>"
})
})
})