summaryrefslogtreecommitdiff
path: root/doc/update
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-22 09:08:42 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-22 09:08:42 +0000
commit5956978e1d2aa2b5b35c2d79f67f6b9706b8ec4e (patch)
tree30f01d7e265cf3c6884cd9343b916e2a46fc9d8c /doc/update
parentc11591217a3b923a0ce36e0259bbb88c2e1601e7 (diff)
downloadgitlab-ce-5956978e1d2aa2b5b35c2d79f67f6b9706b8ec4e.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/update')
-rw-r--r--doc/update/restore_after_failure.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/update/restore_after_failure.md b/doc/update/restore_after_failure.md
index c850bbff1cf..2c70e38d041 100644
--- a/doc/update/restore_after_failure.md
+++ b/doc/update/restore_after_failure.md
@@ -10,7 +10,9 @@ the previous version you were using.
First, roll back the code or package. For source installations this involves
checking out the older version (branch or tag). For Omnibus installations this
-means installing the older `.deb` or `.rpm` package. Then, restore from a backup.
+means installing the older
+[`.deb` or `.rpm` package](https://packages.gitlab.com/gitlab). Then, restore from a
+backup.
Follow the instructions in the
[Backup and Restore](../raketasks/backup_restore.md#restore-gitlab)
documentation.