diff options
Diffstat (limited to 'doc/administration/server_hooks.md')
-rw-r--r-- | doc/administration/server_hooks.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/server_hooks.md b/doc/administration/server_hooks.md index dbaf6047552..4bf75eaadee 100644 --- a/doc/administration/server_hooks.md +++ b/doc/administration/server_hooks.md @@ -99,7 +99,7 @@ first script exiting with a non-zero value. ## Custom error messages -> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/merge_requests/5073) in GitLab 8.10. +> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/5073) in GitLab 8.10. To have custom error messages appear in GitLab's UI when the commit is declined or an error occurs during the Git hook, your script should: |