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:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-07-05 15:04:44 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-07-05 15:04:44 +0300
commitd498ebba0d67b719e62a08a7dbfaddf38d254c53 (patch)
treec4dd2fb190f92cf429d43aa8b1b74998ff7d4dc3 /doc/README.md
parentf56a685a30d931a6517f82642c8fed8bbfbc7069 (diff)
Change doc location of custom hooks
Diffstat (limited to 'doc/README.md')
-rw-r--r--doc/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md
index b98d6812a81..53a12d2a455 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -23,7 +23,7 @@
- [Authentication/Authorization](administration/auth/README.md) Configure
external authentication with LDAP, SAML, CAS and additional Omniauth providers.
-- [Custom git hooks](hooks/custom_hooks.md) Custom git hooks (on the filesystem) for when webhooks aren't enough.
+- [Custom Git hooks](administration/custom_hooks.md) Custom Git hooks (on the filesystem) for when webhooks aren't enough.
- [Install](install/README.md) Requirements, directory structures and installation from source.
- [Restart GitLab](administration/restart_gitlab.md) Learn how to restart GitLab and its components.
- [Integration](integration/README.md) How to integrate with systems such as JIRA, Redmine, Twitter.