diff options
-rw-r--r-- | lib/redmine/wiki_formatting/textile/helper.rb | 2 | ||||
-rw-r--r-- | public/help/en/wiki_syntax.html (renamed from public/help/wiki_syntax.html) | 0 | ||||
-rw-r--r-- | public/help/en/wiki_syntax_detailed.html (renamed from public/help/wiki_syntax_detailed.html) | 0 |
3 files changed, 1 insertions, 1 deletions
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 index a92720b4d..a92720b4d 100644 --- a/public/help/wiki_syntax.html +++ b/public/help/en/wiki_syntax.html diff --git a/public/help/wiki_syntax_detailed.html b/public/help/en/wiki_syntax_detailed.html index 2ddd2fdf5..2ddd2fdf5 100644 --- a/public/help/wiki_syntax_detailed.html +++ b/public/help/en/wiki_syntax_detailed.html |