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