##// END OF EJS Templates
updated redirection to the help main index (recognition fails when redirecting to a directory)...
Jean-Philippe Lang -
r135:a9efe82117e2
parent child
Show More
@@ -36,7 +36,7 class HelpController < ApplicationController
36 36 if template
37 37 redirect_to "/manual/#{lang}/#{template}"
38 38 else
39 redirect_to "/manual/#{lang}/"
39 redirect_to "/manual/#{lang}/index.html"
40 40 end
41 41 end
42 42
General Comments 0
You need to be logged in to leave comments. Login now