summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-12-03 12:56:03 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-12-03 12:56:03 +0000
commit52e33b49dd9c160ab48374be540cfdb3eb01a646 (patch)
treefb1110e3cfde1960b86d6be72ec1d7370eba7b16
parent918d30bfaac3acc48b4d958c748cfac442e7e6ac (diff)
parent1e67ea815fee9f70f1a72c6b8f1e98bdb8bb2710 (diff)
downloadgitlab-ce-52e33b49dd9c160ab48374be540cfdb3eb01a646.tar.gz
Merge branch 'revert-918d30bf' into 'master'
Revert "Merge branch 'docs/patch-guide-link-to-old-guide' into 'master'" Reverting in favor of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7892 See merge request !7911
-rw-r--r--doc/update/patch_versions.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/update/patch_versions.md b/doc/update/patch_versions.md
index 2f0559dbcc5..e98c40ca4c0 100644
--- a/doc/update/patch_versions.md
+++ b/doc/update/patch_versions.md
@@ -44,10 +44,6 @@ sudo -u git -H git checkout v`cat /home/git/gitlab/GITLAB_SHELL_VERSION` -b v`ca
### 4. Update gitlab-workhorse to the corresponding version
->**Note:**
-This new way to install GitLab workhorse was introduced with GitLab 8.15. If you
-are using an older version follow [this guide instead][oldguide].
-
```bash
cd /home/git/gitlab
@@ -97,5 +93,3 @@ sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
```
If all items are green, then congratulations upgrade complete!
-
-[oldguide]: https://gitlab.com/gitlab-org/gitlab-ce/blob/8-14-stable/doc/update/patch_versions.md