summaryrefslogtreecommitdiff
path: root/app/views/shared/web_hooks
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-02-03 19:26:48 +0100
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-02-03 19:26:48 +0100
commit8063628b903d4a8498152d4c3c7c22fca2768957 (patch)
tree11cb172920c069b338fa3718c631b8d6e97a32fa /app/views/shared/web_hooks
parent7dc8b6b2045d84ff232731ef92f2cac916732753 (diff)
downloadgitlab-ce-8063628b903d4a8498152d4c3c7c22fca2768957.tar.gz
Move webhooks to new a location under Integrations
Diffstat (limited to 'app/views/shared/web_hooks')
-rw-r--r--app/views/shared/web_hooks/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/web_hooks/_form.html.haml b/app/views/shared/web_hooks/_form.html.haml
index 13586a5a12a..0236541fd9b 100644
--- a/app/views/shared/web_hooks/_form.html.haml
+++ b/app/views/shared/web_hooks/_form.html.haml
@@ -3,7 +3,7 @@
%h4.prepend-top-0
= page_title
%p
- #{link_to "Webhooks", help_page_path("web_hooks/web_hooks")} can be
+ #{link_to "Webhooks", help_page_path("user/project/integrations//webhooks")} can be
used for binding events when something is happening within the project.
.col-lg-9.append-bottom-default
= form_for hook, as: :hook, url: polymorphic_path(url_components + [:hooks]) do |f|