Commit f0421ec6ac356bb55d0adc61174b5d44c4c7abf8
1 parent
3678c50e
Exists in
master
and in
13 other branches
Add a link to the EE downloads in the update doc
Showing
1 changed file
with
6 additions
and
2 deletions
Show diff stats
doc/update.md
... | ... | @@ -2,7 +2,9 @@ |
2 | 2 | |
3 | 3 | ## Updating from GitLab 6.6.x to 6.7.x |
4 | 4 | |
5 | -First, download the latest package from https://www.gitlab.com/downloads/ to your GitLab server. | |
5 | +First, download the latest [CE](https://www.gitlab.com/downloads/) or | |
6 | +[EE (subscribers only)](https://gitlab.com/subscribers/gitlab-ee/blob/master/doc/install/packages.md) | |
7 | +package to your GitLab server. | |
6 | 8 | |
7 | 9 | ```shell |
8 | 10 | # Stop unicorn and sidekiq so we can do database migrations |
... | ... | @@ -29,7 +31,9 @@ Done! |
29 | 31 | |
30 | 32 | ### Reverting to GitLab 6.6.x |
31 | 33 | |
32 | -First download a GitLab 6.6.x package from https://www.gitlab.com/downloads/archives/ . | |
34 | +First download a GitLab 6.6.x [CE](https://www.gitlab.com/downloads/archives/) or | |
35 | +[EE (subscribers only)](https://gitlab.com/subscribers/gitlab-ee/blob/master/doc/install/packages.md) | |
36 | +package. | |
33 | 37 | |
34 | 38 | ``` |
35 | 39 | # Stop GitLab | ... | ... |