summaryrefslogtreecommitdiff
path: root/doc/hooks
diff options
context:
space:
mode:
authorAlex Jordan <alex@strugee.net>2015-11-16 02:01:26 -0800
committerAlex Jordan <alex@strugee.net>2015-11-16 16:50:05 -0800
commit3300db70ff53699732672824859186cd083623fa (patch)
tree98a8e79a3887ad710c8f09651ad5dc62e2598dcc /doc/hooks
parent3777b233a35509c4ed13e145624370884468cbc2 (diff)
downloadgitlab-ce-3300db70ff53699732672824859186cd083623fa.tar.gz
Rewrite HTTP links to force TLS, where possible
Diffstat (limited to 'doc/hooks')
-rw-r--r--doc/hooks/custom_hooks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/hooks/custom_hooks.md b/doc/hooks/custom_hooks.md
index 548c484bc08..0f2665a3bf7 100644
--- a/doc/hooks/custom_hooks.md
+++ b/doc/hooks/custom_hooks.md
@@ -7,7 +7,7 @@ Please explore webhooks as an option if you do not have filesystem access. For a
Git natively supports hooks that are executed on different actions.
Examples of server-side git hooks include pre-receive, post-receive, and update.
See
-[Git SCM Server-Side Hooks](http://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks#Server-Side-Hooks)
+[Git SCM Server-Side Hooks](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks#Server-Side-Hooks)
for more information about each hook type.
As of gitlab-shell version 2.2.0 (which requires GitLab 7.5+), GitLab