Commit fcfbb485d557c1eb8145e024b9f73efa31537b4a
Exists in
master
and in
4 other branches
Merge pull request #5587 from archiloque/fix_omniauth_link
Fix link to auth wiki page
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/gitlab.yml.example
@@ -136,7 +136,7 @@ production: &base | @@ -136,7 +136,7 @@ production: &base | ||
136 | ## Auth providers | 136 | ## Auth providers |
137 | # Uncomment the following lines and fill in the data of the auth provider you want to use | 137 | # Uncomment the following lines and fill in the data of the auth provider you want to use |
138 | # If your favorite auth provider is not listed you can use others: | 138 | # If your favorite auth provider is not listed you can use others: |
139 | - # see https://github.com/gitlabhq/gitlabhq/wiki/Using-Custom-Omniauth-Providers | 139 | + # see https://github.com/gitlabhq/gitlab-public-wiki/wiki/Working-custom-omniauth-provider-configurations |
140 | # The 'app_id' and 'app_secret' parameters are always passed as the first two | 140 | # The 'app_id' and 'app_secret' parameters are always passed as the first two |
141 | # arguments, followed by optional 'args' which can be either a hash or an array. | 141 | # arguments, followed by optional 'args' which can be either a hash or an array. |
142 | providers: | 142 | providers: |