Update documentation links (#497)
* Update link to emby wiki * Update links to docs
This commit is contained in:
committed by
Anthony Lavado
parent
4b6ea2d087
commit
e7e1fd279b
@@ -33,7 +33,7 @@ define(["jQuery", "loading", "events", "globalize", "serverNotifications", "huma
|
||||
html += currentCategory;
|
||||
html += "</h2>";
|
||||
if (i === 0) {
|
||||
html += '<a is="emby-linkbutton" class="raised button-alt headerHelpButton" target="_blank" href="https://jellyfin.readthedocs.io/en/latest/server/tasks/">' + globalize.translate("Help") + "</a>";
|
||||
html += '<a is="emby-linkbutton" class="raised button-alt headerHelpButton" target="_blank" href="https://jellyfin.org/docs/general/server/tasks.html">' + globalize.translate("Help") + "</a>";
|
||||
}
|
||||
html += "</div>";
|
||||
html += '<div class="paperList">';
|
||||
|
||||
Reference in New Issue
Block a user