Commit 7406494abc786a2d6aefe4097bf785bd1a20dc5d

Authored by Dmitriy Zaporozhets
1 parent dbf4e5b0

Fix Help#web_hooks page

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/help/web_hooks.html.haml
@@ -9,5 +9,5 @@ @@ -9,5 +9,5 @@
9 %br 9 %br
10 GitLab will send POST request with commits information on every push. 10 GitLab will send POST request with commits information on every push.
11 %h5 Hooks request example: 11 %h5 Hooks request example:
12 - = render "hooks/data_ex" 12 + = render "projects/hooks/data_ex"
13 13