summaryrefslogtreecommitdiff
path: root/doc/update/6.1-to-6.2.md
diff options
context:
space:
mode:
authordosire <sytses@gmail.com>2013-12-30 14:27:18 +0100
committerdosire <sytses@gmail.com>2013-12-30 14:27:18 +0100
commit60e451fde4ea3212c97bc3246b08e82cce7bf390 (patch)
treeda408ebdf64fbd5f246f9d3f876c82eea8a294ca /doc/update/6.1-to-6.2.md
parent24820d5eef31ea688ad7191722c02579240bf669 (diff)
downloadgitlab-ce-60e451fde4ea3212c97bc3246b08e82cce7bf390.tar.gz
Change canonical urls to GitLab Cloud.
Diffstat (limited to 'doc/update/6.1-to-6.2.md')
-rw-r--r--doc/update/6.1-to-6.2.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/update/6.1-to-6.2.md b/doc/update/6.1-to-6.2.md
index 767ad80641c..a3849faf065 100644
--- a/doc/update/6.1-to-6.2.md
+++ b/doc/update/6.1-to-6.2.md
@@ -68,8 +68,8 @@ TIP: to see what changed in gitlab.yml.example in this release use next command:
git diff 6-1-stable:config/gitlab.yml.example 6-2-stable:config/gitlab.yml.example
```
-* Make `/home/git/gitlab/config/gitlab.yml` same as https://github.com/gitlabhq/gitlabhq/blob/6-2-stable/config/gitlab.yml.example but with your settings.
-* Make `/home/git/gitlab/config/unicorn.rb` same as https://github.com/gitlabhq/gitlabhq/blob/6-2-stable/config/unicorn.rb.example but with your settings.
+* Make `/home/git/gitlab/config/gitlab.yml` same as https://gitlab.com/gitlab-org/gitlab-ce/blob/6-2-stable/config/gitlab.yml.example but with your settings.
+* Make `/home/git/gitlab/config/unicorn.rb` same as https://gitlab.com/gitlab-org/gitlab-ce/blob/6-2-stable/config/unicorn.rb.example but with your settings.
* Copy rack attack middleware config
```bash