Commit 8c1ac6f3c6658a3c694fd2e0108a120de5a862d6

Authored by Robert Schilling
1 parent f4e2865d

Fix wrong file versions in update docs

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  
... ...