From a9efe82117e2ef256632464b2e34c810d3de9b63 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Tue, 2 Jan 2007 10:49:59 +0000 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 --- app/controllers/help_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/help_controller.rb b/app/controllers/help_controller.rb index 4accfb33c..9a81eed21 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