diff options
author | julianladisch <github.com-t8if@ladisch.de> | 2018-06-18 09:05:11 +0000 |
---|---|---|
committer | julianladisch <github.com-t8if@ladisch.de> | 2018-06-18 09:05:11 +0000 |
commit | e612a491e2b9d3b8f3c661ce5c0bb033fddb1247 (patch) | |
tree | 4c40d7f3e550738b84b2a75309ab4c10a5bd52ba /doc | |
parent | 4be23eeae376ede50905b741f88b089b1669b07f (diff) | |
download | gitlab-ce-e612a491e2b9d3b8f3c661ce5c0bb033fddb1247.tar.gz |
Fix omniauth link, site has moved.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/integration/omniauth.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/integration/omniauth.md b/doc/integration/omniauth.md index 3edde3de83d..82e8fbdb93e 100644 --- a/doc/integration/omniauth.md +++ b/doc/integration/omniauth.md @@ -168,7 +168,7 @@ want their accounts to be upgraded to full internal accounts. >**Note:** The following information only applies for installations from source. -GitLab uses [Omniauth](http://www.omniauth.org/) for authentication and already ships +GitLab uses [Omniauth](https://github.com/omniauth/omniauth) for authentication and already ships with a few providers pre-installed (e.g. LDAP, GitHub, Twitter). But sometimes that is not enough and you need to integrate with other authentication solutions. For these cases you can use the Omniauth provider. |