Merge pull request #2500 from riking/guidelies

Alias /guidelines to /faq
This commit is contained in:
Jeff Atwood 2014-07-03 13:07:16 -07:00
commit 21924fbf55

View File

@ -175,6 +175,7 @@ Discourse::Application.routes.draw do
post "login" => "static#enter"
get "login" => "static#show", id: "login"
get "faq" => "static#show", id: "faq"
get "guidelines" => "static#show", id: "faq"
get "tos" => "static#show", id: "tos"
get "privacy" => "static#show", id: "privacy"
get "signup" => "list#latest"