diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-11-22 10:40:45 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-11-22 10:40:45 +0000 |
commit | 02c27171841aa7706703b0e240aaca17e5b03907 (patch) | |
tree | 53c9da1c3ad49642d060506dff23aa48dd111e0a | |
parent | cd7f2d35aef4442a72b1e99da4cd02d8ac50d2fc (diff) | |
parent | 1be374784004edb27a42731af240c94dbdb318ce (diff) | |
download | gitlab-ce-02c27171841aa7706703b0e240aaca17e5b03907.tar.gz |
Merge branch 'docs/delete-broken-link' into 'master'
Remove broken link that 404s and has no alternative
See merge request gitlab-org/gitlab-ce!23295
-rw-r--r-- | doc/update/6.x-or-7.x-to-7.14.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/6.x-or-7.x-to-7.14.md b/doc/update/6.x-or-7.x-to-7.14.md index 41d0e78b7d8..61854b91aa2 100644 --- a/doc/update/6.x-or-7.x-to-7.14.md +++ b/doc/update/6.x-or-7.x-to-7.14.md @@ -20,7 +20,7 @@ database migrations for GitLab 7.2. ## Stash changes -If you [deleted the vendors folder during your original installation](https://github.com/gitlabhq/gitlabhq/issues/4883#issuecomment-31108431), [you will get an error](https://gitlab.com/gitlab-org/gitlab-ce/issues/1494) when you attempt to rebuild the assets in step 7. To avoid this, stash the changes in your GitLab working copy before starting: +If you deleted the vendors folder during your original installation, [you will get an error](https://gitlab.com/gitlab-org/gitlab-ce/issues/1494) when you attempt to rebuild the assets in step 7. To avoid this, stash the changes in your GitLab working copy before starting: git stash |