diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-02-03 19:26:48 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-02-03 19:26:48 +0100 |
commit | 8063628b903d4a8498152d4c3c7c22fca2768957 (patch) | |
tree | 11cb172920c069b338fa3718c631b8d6e97a32fa /doc/administration | |
parent | 7dc8b6b2045d84ff232731ef92f2cac916732753 (diff) | |
download | gitlab-ce-8063628b903d4a8498152d4c3c7c22fca2768957.tar.gz |
Move webhooks to new a location under Integrations
Diffstat (limited to 'doc/administration')
-rw-r--r-- | doc/administration/custom_hooks.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/administration/custom_hooks.md b/doc/administration/custom_hooks.md index 80e5d80aa41..4d35b20d0c3 100644 --- a/doc/administration/custom_hooks.md +++ b/doc/administration/custom_hooks.md @@ -3,7 +3,7 @@ > **Note:** Custom Git hooks must be configured on the filesystem of the GitLab server. Only GitLab server administrators will be able to complete these tasks. -Please explore [webhooks](../web_hooks/web_hooks.md) as an option if you do not +Please explore [webhooks] as an option if you do not have filesystem access. For a user configurable Git hook interface, please see [GitLab Enterprise Edition Git Hooks](http://docs.gitlab.com/ee/git_hooks/git_hooks.html). @@ -80,5 +80,6 @@ STDERR takes precedence over STDOUT. ![Custom message from custom Git hook](img/custom_hooks_error_msg.png) [hooks]: https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks#Server-Side-Hooks +[webhooks]: ../user/project/integrations/webhooks.md [5073]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5073 [93]: https://gitlab.com/gitlab-org/gitlab-shell/merge_requests/93 |