Skip to content
Snippets Groups Projects
Commit a9efe821 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang
Browse files

updated redirection to the help main index (recognition fails when redirecting to a directory)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@138 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 4ee55dc4
Branches
Tags
No related merge requests found
......@@ -36,7 +36,7 @@ class HelpController < ApplicationController
if template
redirect_to "/manual/#{lang}/#{template}"
else
redirect_to "/manual/#{lang}/"
redirect_to "/manual/#{lang}/index.html"
end
end
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment