From f2d0e81fd6f9b6ca688888edd1ea0e39fab0c0da Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Wed, 5 Nov 2014 15:50:30 +0000 Subject: Redirect /help to /help/about Shouldn't really 404 on an important/accessible URL --- app/controllers/help_controller.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/controllers/help_controller.rb') diff --git a/app/controllers/help_controller.rb b/app/controllers/help_controller.rb index 9033198a0..93215ccad 100644 --- a/app/controllers/help_controller.rb +++ b/app/controllers/help_controller.rb @@ -11,6 +11,10 @@ class HelpController < ApplicationController before_filter :long_cache before_filter :catch_spam, :only => [:contact] + def index + redirect_to help_about_path + end + def unhappy @info_request = nil if params[:url_title] -- cgit v1.2.3