diff options
author | Julien Kirch <code@archiloque.net> | 2013-11-12 18:15:26 +0100 |
---|---|---|
committer | Julien Kirch <code@archiloque.net> | 2013-11-12 18:15:26 +0100 |
commit | 963213b8427ad7eee87382f41282e0e4f59d15ed (patch) | |
tree | 5d2087306a8dd7691a1356838c7e592bad240ba1 /config | |
parent | 0a08c775193af3ee566700017d85517b7f9829cd (diff) | |
download | gitlab-ce-963213b8427ad7eee87382f41282e0e4f59d15ed.tar.gz |
Fix link to auth wiki
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 7ed8493a8d5..bd018dcf051 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -136,7 +136,7 @@ production: &base ## Auth providers # Uncomment the following lines and fill in the data of the auth provider you want to use # If your favorite auth provider is not listed you can use others: - # see https://github.com/gitlabhq/gitlabhq/wiki/Using-Custom-Omniauth-Providers + # see https://github.com/gitlabhq/gitlab-public-wiki/wiki/Working-custom-omniauth-provider-configurations # The 'app_id' and 'app_secret' parameters are always passed as the first two # arguments, followed by optional 'args' which can be either a hash or an array. providers: |