From a9efe82117e2ef256632464b2e34c810d3de9b63 2007-01-02 10:49:59 From: Jean-Philippe Lang Date: 2007-01-02 10:49:59 Subject: [PATCH] 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 --- diff --git a/app/controllers/help_controller.rb b/app/controllers/help_controller.rb index 4accfb3..9a81eed 100644 --- a/app/controllers/help_controller.rb +++ b/app/controllers/help_controller.rb @@ -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