Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorchotuaashiq <akshat.maheshwari@students.iiit.ac.in>2017-12-20 08:18:25 +0300
committerchotuaashiq <akshat.maheshwari@students.iiit.ac.in>2017-12-20 08:18:25 +0300
commit59be4cb4c228ce7cc7c4e8f74aaa70ce9829a014 (patch)
treed118e28c29081799f012b869d75821caab7b43ee /config
parent64a1becd784cd553f5d5f143de2a49829b39f30a (diff)
Corrected the routes.rb file
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index f7c6b341..67036e02 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -93,6 +93,7 @@ Gitscm::Application.routes.draw do
get "/course/svn" => "site#svn"
get "/sfc" => "site#sfc"
+ get "/trademark" => redirect("/about/trademark")
get "/contributors" => redirect("https://github.com/git/git/graphs/contributors")