diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-11-17 06:24:36 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-11-17 06:24:36 +0000 |
commit | 03cb8edb34ab0d19049931434863b585d85de238 (patch) | |
tree | 2fc729629cb1861bfedc0cb011e1610491606a9c /doc/hooks/custom_hooks.md | |
parent | 0061143ccd2e37e7ff83bd85127e0638e5e40f85 (diff) | |
parent | 3300db70ff53699732672824859186cd083623fa (diff) | |
download | gitlab-ce-03cb8edb34ab0d19049931434863b585d85de238.tar.gz |
Merge branch 'http-to-https' into 'master'
Rewrite HTTP links to force TLS, where possible
I got annoyed at the fact that the links on the profile page don't force the use of TLS, so I grepped through the entire source tree, tested all the links I found, and replaced them if possible.
See merge request !1806
Diffstat (limited to 'doc/hooks/custom_hooks.md')
-rw-r--r-- | doc/hooks/custom_hooks.md | 2 |
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 |