diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-03-16 14:22:33 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-03-16 14:22:33 +0000 |
commit | e332f3f9b407aa726f4e8b32d501af32adfa9848 (patch) | |
tree | 85bcea9e7d80877ef4cacf10ff5d2b5fea1ff77c | |
parent | 6386a5ef1f8f29e7cf301123e71accdc5f7bb8a0 (diff) | |
parent | c33f2fc3b20077557262fb5efa5c98aa259101ac (diff) | |
download | gitlab-ce-e332f3f9b407aa726f4e8b32d501af32adfa9848.tar.gz |
Merge branch 'docs-44273-fix-ce-install-link' into 'master'
Fix CE install link for downgrade docs
Closes #44273
See merge request gitlab-org/gitlab-ce!17757
-rw-r--r-- | doc/downgrade_ee_to_ce/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/downgrade_ee_to_ce/README.md b/doc/downgrade_ee_to_ce/README.md index ff1ac94ac58..f656057e3da 100644 --- a/doc/downgrade_ee_to_ce/README.md +++ b/doc/downgrade_ee_to_ce/README.md @@ -70,7 +70,7 @@ To downgrade an Omnibus installation, it is sufficient to install the Community Edition package on top of the currently installed one. You can do this manually, by directly [downloading the package](https://packages.gitlab.com/gitlab/gitlab-ce) you need, or by adding our CE package repository and following the -[CE installation instructions](https://about.gitlab.com/downloads/?version=ce). +[CE installation instructions](https://about.gitlab.com/installation/?version=ce). **Source Installation** |