diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-22 04:45:41 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-22 04:45:41 -0700 |
commit | ac6c912860619aa8ae3229d07ff7c458481df791 (patch) | |
tree | fcd167ed16ff9018f0a3f7e9702cb387c446c083 | |
parent | f4e2865d2fabf55bb017f7f88fa2ef0d1c3d4fad (diff) | |
parent | 8c1ac6f3c6658a3c694fd2e0108a120de5a862d6 (diff) | |
download | gitlab-ce-ac6c912860619aa8ae3229d07ff7c458481df791.tar.gz |
Merge pull request #4385 from Razer6/fix_update_docs_for_master
Fix wrong file versions in update docs (5.2 to 5.3)
-rw-r--r-- | doc/update/5.2-to-5.3.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/update/5.2-to-5.3.md b/doc/update/5.2-to-5.3.md index ff95e1c05c4..4d930d84c7d 100644 --- a/doc/update/5.2-to-5.3.md +++ b/doc/update/5.2-to-5.3.md @@ -38,8 +38,8 @@ sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production ### 4. Update config files -* 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. -* 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. +* 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. +* 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. ### 5. Update Init script |