diff --git a/lib/redmine/wiki_formatting/textile/helper.rb b/lib/redmine/wiki_formatting/textile/helper.rb index 28accb59f..86b95b309 100644 --- a/lib/redmine/wiki_formatting/textile/helper.rb +++ b/lib/redmine/wiki_formatting/textile/helper.rb @@ -22,7 +22,7 @@ module Redmine def wikitoolbar_for(field_id) heads_for_wiki_formatter # Is there a simple way to link to a public resource? - url = "#{Redmine::Utils.relative_url_root}/help/wiki_syntax.html" + url = "#{Redmine::Utils.relative_url_root}/help/en/wiki_syntax.html" javascript_tag("var wikiToolbar = new jsToolBar(document.getElementById('#{field_id}')); wikiToolbar.setHelpLink('#{escape_javascript url}'); wikiToolbar.draw();") end diff --git a/public/help/wiki_syntax.html b/public/help/en/wiki_syntax.html similarity index 100% rename from public/help/wiki_syntax.html rename to public/help/en/wiki_syntax.html diff --git a/public/help/wiki_syntax_detailed.html b/public/help/en/wiki_syntax_detailed.html similarity index 100% rename from public/help/wiki_syntax_detailed.html rename to public/help/en/wiki_syntax_detailed.html