diff --git a/javascripts/theme.js b/javascripts/theme.js index 184a23a..a3d3145 100644 --- a/javascripts/theme.js +++ b/javascripts/theme.js @@ -13,7 +13,7 @@ $(function(){ if (($("a.help").text() == "ヘルプ" ? "ja" : $("html").attr("lang")) == "ja") { /* When the language is Japanese, the link destination of help is Redmine.jp */ - $("a.help").attr("href", "http://guide.redmine.jp/"); + $("a.help").attr("href", "https://redmine.jp/guide/"); /* Show scope in search in search box placeholder */ $("body").attr("class").match(/controller-[\S]+/);