diff options
author | dosire <sytses@gmail.com> | 2013-12-30 14:27:18 +0100 |
---|---|---|
committer | dosire <sytses@gmail.com> | 2013-12-30 14:27:18 +0100 |
commit | 60e451fde4ea3212c97bc3246b08e82cce7bf390 (patch) | |
tree | da408ebdf64fbd5f246f9d3f876c82eea8a294ca /doc/update/5.4-to-6.0.md | |
parent | 24820d5eef31ea688ad7191722c02579240bf669 (diff) | |
download | gitlab-ce-60e451fde4ea3212c97bc3246b08e82cce7bf390.tar.gz |
Change canonical urls to GitLab Cloud.
Diffstat (limited to 'doc/update/5.4-to-6.0.md')
-rw-r--r-- | doc/update/5.4-to-6.0.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/update/5.4-to-6.0.md b/doc/update/5.4-to-6.0.md index 8990f8d034f..bcba3ee4d05 100644 --- a/doc/update/5.4-to-6.0.md +++ b/doc/update/5.4-to-6.0.md @@ -87,8 +87,8 @@ sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production Note: We switched from Puma in GitLab 5.4 to unicorn in GitLab 6.0. -* Make `/home/git/gitlab/config/gitlab.yml` the same as https://github.com/gitlabhq/gitlabhq/blob/master/config/gitlab.yml.example but with your settings. -* Make `/home/git/gitlab/config/unicorn.rb` the same as https://github.com/gitlabhq/gitlabhq/blob/master/config/unicorn.rb.example but with your settings. +* Make `/home/git/gitlab/config/gitlab.yml` the same as https://gitlab.com/gitlab-org/gitlab-ce/blob/masterconfig/gitlab.yml.example but with your settings. +* Make `/home/git/gitlab/config/unicorn.rb` the same as https://gitlab.com/gitlab-org/gitlab-ce/blob/masterconfig/unicorn.rb.example but with your settings. ### 7. Update Init script |