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/university/glossary/README.md | |
parent | 7dc8b6b2045d84ff232731ef92f2cac916732753 (diff) | |
download | gitlab-ce-8063628b903d4a8498152d4c3c7c22fca2768957.tar.gz |
Move webhooks to new a location under Integrations
Diffstat (limited to 'doc/university/glossary/README.md')
-rw-r--r-- | doc/university/glossary/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/university/glossary/README.md b/doc/university/glossary/README.md index 20e7ea1987f..979a1c5d310 100644 --- a/doc/university/glossary/README.md +++ b/doc/university/glossary/README.md @@ -573,7 +573,7 @@ A [model](http://www.umsl.edu/~hugheyd/is6840/waterfall.html) of building softwa ### Webhooks -A way for for an app to [provide](https://docs.gitlab.com/ce/web_hooks/web_hooks.html) other applications with real-time information (e.g., send a message to a slack channel when a commit is pushed.) Read about setting up [custom git hooks](https://gitlab.com/help/administration/custom_hooks.md) for when webhooks are insufficient. +A way for for an app to [provide](https://docs.gitlab.com/ce/user/project/integrations/webhooks.html) other applications with real-time information (e.g., send a message to a slack channel when a commit is pushed.) Read about setting up [custom git hooks](https://gitlab.com/help/administration/custom_hooks.md) for when webhooks are insufficient. ### Wiki |