diff options
author | Chris Wilson <chris@chrisjwilson.com> | 2016-11-11 06:30:33 +0000 |
---|---|---|
committer | Chris Wilson <chris@chrisjwilson.com> | 2016-11-11 06:30:33 +0000 |
commit | b2a4a7fec72908001820c912203b67579e7a9582 (patch) | |
tree | c4b889a4246cfc8e434dec97824108a0c15e7d82 /doc/integration | |
parent | c5e147de1288130147ec0f500bea50353d441cb8 (diff) | |
download | gitlab-ce-b2a4a7fec72908001820c912203b67579e7a9582.tar.gz |
Use GitLab.com link, remove GitHub linkmrchrisw/fix-github-link
Diffstat (limited to 'doc/integration')
-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: |