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:
authorRémy Coutable <remy@rymai.me>2018-05-30 14:47:30 +0300
committerRémy Coutable <remy@rymai.me>2018-05-30 14:47:30 +0300
commit5ae244b78396ed73e9acbaa223f554a925e54cd2 (patch)
treec86ebb244fa44c17aa7fe866f89de7e82b7b6cce /doc/administration/custom_hooks.md
parent1058973fdc226746c2a693ce429f8bf8becb74c6 (diff)
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.md2
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