diff options
author | Rémy Coutable <remy@rymai.me> | 2018-05-30 13:47:30 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-05-30 13:47:30 +0200 |
commit | 5ae244b78396ed73e9acbaa223f554a925e54cd2 (patch) | |
tree | c86ebb244fa44c17aa7fe866f89de7e82b7b6cce /doc/administration/custom_hooks.md | |
parent | 1058973fdc226746c2a693ce429f8bf8becb74c6 (diff) | |
download | gitlab-ce-5ae244b78396ed73e9acbaa223f554a925e54cd2.tar.gz |
Fix a wrong link reference in docs
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/administration/custom_hooks.md')
-rw-r--r-- | doc/administration/custom_hooks.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/custom_hooks.md b/doc/administration/custom_hooks.md index effd5e36d29..1c508c77ffa 100644 --- a/doc/administration/custom_hooks.md +++ b/doc/administration/custom_hooks.md @@ -80,7 +80,7 @@ STDERR takes precedence over STDOUT. ![Custom message from custom Git hook](img/custom_hooks_error_msg.png) -[CI]: ../ci/readme.md +[CI]: ../ci/README.md [hooks]: https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks#Server-Side-Hooks [webhooks]: ../user/project/integrations/webhooks.md [5073]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5073 |