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
This commit is contained in:
Jean-Philippe Lang 2007-01-02 10:49:59 +00:00
parent 4ee55dc456
commit a9efe82117
1 changed files with 1 additions and 1 deletions

View File

@ -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