Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/administration/file_hooks.md')
-rw-r--r--doc/administration/file_hooks.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/administration/file_hooks.md b/doc/administration/file_hooks.md
index 2748984b51d..d1b46a9fec1 100644
--- a/doc/administration/file_hooks.md
+++ b/doc/administration/file_hooks.md
@@ -12,8 +12,8 @@ to introduce custom integrations without modifying the GitLab source code.
A file hook runs on each event. You can filter events or projects
in a file hook's code, and create many file hooks as you need. Each file hook is
-triggered by GitLab asynchronously in case of an event. For a list of events
-see the [system hooks](system_hooks.md) documentation.
+triggered by GitLab asynchronously in case of an event. For a list of events,
+see the [system hooks](system_hooks.md) and [webhooks](../user/project/integrations/webhook_events.md) documentation.
NOTE:
File hooks must be configured on the file system of the GitLab server. Only GitLab