Commit ac6c912860619aa8ae3229d07ff7c458481df791
Exists in
master
and in
4 other branches
Merge pull request #4385 from Razer6/fix_update_docs_for_master
Fix wrong file versions in update docs (5.2 to 5.3)
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
doc/update/5.2-to-5.3.md
... | ... | @@ -38,8 +38,8 @@ sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production |
38 | 38 | |
39 | 39 | ### 4. Update config files |
40 | 40 | |
41 | -* Make `/home/git/gitlab/config/gitlab.yml` same as https://github.com/gitlabhq/gitlabhq/blob/5-2-stable/config/gitlab.yml.example but with your settings. | |
42 | -* Make `/home/git/gitlab/config/puma.rb` same as https://github.com/gitlabhq/gitlabhq/blob/5-2-stable/config/puma.rb.example but with your settings. | |
41 | +* Make `/home/git/gitlab/config/gitlab.yml` same as https://github.com/gitlabhq/gitlabhq/blob/5-3-stable/config/gitlab.yml.example but with your settings. | |
42 | +* Make `/home/git/gitlab/config/puma.rb` same as https://github.com/gitlabhq/gitlabhq/blob/5-3-stable/config/puma.rb.example but with your settings. | |
43 | 43 | |
44 | 44 | ### 5. Update Init script |
45 | 45 | ... | ... |