diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2018-02-22 16:13:35 +0000 |
---|---|---|
committer | 🚄 Job van der Voort 🚀 <job@gitlab.com> | 2018-02-22 16:13:35 +0000 |
commit | 650d11beb44106de6fa399c53540fc15e1bd06bb (patch) | |
tree | 88e8dfeb9e34c9f461cba8903f3ce2df9dcef2c2 /doc/administration/custom_hooks.md | |
parent | 05f4788eab747d2529ebf2b7a3dd3e1ee2385fa3 (diff) | |
download | gitlab-ce-650d11beb44106de6fa399c53540fc15e1bd06bb.tar.gz |
Docs: search/replace "Enterprise Edition" and adjust when applicable
Diffstat (limited to 'doc/administration/custom_hooks.md')
-rw-r--r-- | doc/administration/custom_hooks.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/administration/custom_hooks.md b/doc/administration/custom_hooks.md index 4d35b20d0c3..960970aea30 100644 --- a/doc/administration/custom_hooks.md +++ b/doc/administration/custom_hooks.md @@ -4,8 +4,9 @@ **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] 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). +have filesystem access. For a user configurable Git hook interface, see +[Push Rules](https://docs.gitlab.com/ee/push_rules/push_rules.html), +available in GitLab Enterprise Edition. Git natively supports hooks that are executed on different actions. Examples of server-side git hooks include pre-receive, post-receive, and update. |