diff options
author | Marin Jankovski <marin@gitlab.com> | 2014-05-28 15:47:03 +0200 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2014-05-29 08:44:25 +0200 |
commit | a9580a157a39bd6d7bc046f1bada88eb5d698b9c (patch) | |
tree | 34b958d799c6cd8db4d024e042de97fe9a809660 /config | |
parent | 59797b2f2eef559397b53b6a3763c62d40363902 (diff) | |
download | gitlab-ce-a9580a157a39bd6d7bc046f1bada88eb5d698b9c.tar.gz |
Use the correct links, replace in search.
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index bab8fb1d218..38e6727b190 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -33,7 +33,7 @@ Gitlab::Application.routes.draw do # get 'help' => 'help#index' - get 'help/:category/:file' => 'help#show' + get 'help/:category/:file' => 'help#show', as: :help_page # # Global snippets |