diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-11-11 10:00:05 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-11-11 10:00:05 +0000 |
commit | d96ec63e80dadca566785ccc670204e7fe433c90 (patch) | |
tree | c4b889a4246cfc8e434dec97824108a0c15e7d82 | |
parent | c5e147de1288130147ec0f500bea50353d441cb8 (diff) | |
parent | b2a4a7fec72908001820c912203b67579e7a9582 (diff) | |
download | gitlab-ce-d96ec63e80dadca566785ccc670204e7fe433c90.tar.gz |
Merge branch 'mrchrisw/fix-github-link' into 'master'
Use GitLab.com link, remove GitHub link
Fix dead link GitHub=>GitLab
See merge request !7418
-rw-r--r-- | doc/integration/shibboleth.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/integration/shibboleth.md b/doc/integration/shibboleth.md index 5210ce0de9a..eb9bbb67e7d 100644 --- a/doc/integration/shibboleth.md +++ b/doc/integration/shibboleth.md @@ -10,7 +10,7 @@ To enable the Shibboleth OmniAuth provider you must: 1. Configure Apache shibboleth module. Installation and configuration of module it self is out of scope of this document. Check https://wiki.shibboleth.net/ for more info. -1. You can find Apache config in gitlab-recipes (https://github.com/gitlabhq/gitlab-recipes/blob/master/web-server/apache/gitlab-ssl.conf) +1. You can find Apache config in gitlab-recipes (https://gitlab.com/gitlab-org/gitlab-recipes/tree/master/web-server/apache) Following changes are needed to enable shibboleth: |