diff options
author | Evan Read <eread@gitlab.com> | 2018-11-22 10:55:49 +1000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2018-11-22 10:55:49 +1000 |
commit | 1be374784004edb27a42731af240c94dbdb318ce (patch) | |
tree | b3dc33f33146589244035eda18520b93b199149b /doc | |
parent | 8e11f1fa89d4064d9de402c40e2b6cfeb3e91949 (diff) | |
download | gitlab-ce-1be374784004edb27a42731af240c94dbdb318ce.tar.gz |
Remove broken link that 404s and has no alternativedocs/delete-broken-link
Diffstat (limited to 'doc')
-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 |