diff --git a/doc/administration/custom_hooks.md b/doc/administration/custom_hooks.md index 4d35b20d0c36faf5a2866c9727db37d5dd77ce4a..f9bf2d021cb17a304dc1a4f825d36b55c6c2324a 100644 --- a/doc/administration/custom_hooks.md +++ b/doc/administration/custom_hooks.md @@ -5,7 +5,7 @@ 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). +[GitLab Enterprise Edition Push Rules](http://docs.gitlab.com/ee/push_rules/push_rules.html). Git natively supports hooks that are executed on different actions. Examples of server-side git hooks include pre-receive, post-receive, and update. diff --git a/doc/git_hooks/git_hooks.md b/doc/git_hooks/git_hooks.md deleted file mode 100644 index 860de271dfad2757c2317f9186194fc19c10c491..0000000000000000000000000000000000000000 --- a/doc/git_hooks/git_hooks.md +++ /dev/null @@ -1 +0,0 @@ -Git Hooks have been renamed to [Push Rules](../push_rules/push_rules.md)