summaryrefslogtreecommitdiff
path: root/app/views/projects/hooks
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-05-28 15:58:02 +0200
committerMarin Jankovski <marin@gitlab.com>2014-05-29 08:58:15 +0200
commitf79a300417120bb2bdd5d5b22c8ced42e5c3dab7 (patch)
tree911eef2e7a33785c9c6f6728e0a2a3a127ac0a40 /app/views/projects/hooks
parenta9580a157a39bd6d7bc046f1bada88eb5d698b9c (diff)
downloadgitlab-ce-f79a300417120bb2bdd5d5b22c8ced42e5c3dab7.tar.gz
Replace existing links to help pages with the new ones.
Diffstat (limited to 'app/views/projects/hooks')
-rw-r--r--app/views/projects/hooks/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/hooks/index.html.haml b/app/views/projects/hooks/index.html.haml
index 866fd6f6066..73171fbe99a 100644
--- a/app/views/projects/hooks/index.html.haml
+++ b/app/views/projects/hooks/index.html.haml
@@ -2,7 +2,7 @@
Web hooks
%p.light
- #{link_to "Web hooks ", help_web_hooks_path, class: "vlink"} can be
+ #{link_to "Web hooks ", help_page_path("web_hooks", "web_hooks"), class: "vlink"} can be
used for binding events when something is happening within the project.
%hr.clearfix