Commit d8bd9cfafeccc36294265cf17f8f1350df619537
1 parent
0a53e47b
Exists in
master
and in
4 other branches
Change links to 5-3 branch to point to master instead
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
doc/install/installation.md
... | ... | @@ -364,9 +364,9 @@ These steps are fairly general and you will need to figure out the exact details |
364 | 364 | * Stop GitLab |
365 | 365 | `sudo service gitlab stop` |
366 | 366 | |
367 | -* Add provider specific configuration options to your `config/gitlab.yml` (you can use the [auth providers section of the example config](https://github.com/gitlabhq/gitlabhq/blob/5-3-stable/config/gitlab.yml.example#L53) as a reference) | |
367 | +* Add provider specific configuration options to your `config/gitlab.yml` (you can use the [auth providers section of the example config](https://github.com/gitlabhq/gitlabhq/blob/master/config/gitlab.yml.example) as a reference) | |
368 | 368 | |
369 | -* Add the gem to your [Gemfile](https://github.com/gitlabhq/gitlabhq/blob/5-3-stable/Gemfile#L18) | |
369 | +* Add the gem to your [Gemfile](https://github.com/gitlabhq/gitlabhq/blob/master/Gemfile) | |
370 | 370 | `gem "omniauth-your-auth-provider"` |
371 | 371 | * If you're using MySQL, install the new Omniauth provider gem by running the following command: |
372 | 372 | `sudo -u git -H bundle install --without development test postgres --path vendor/bundle --no-deployment` | ... | ... |