diff options
author | Marcel Amirault <ravlen@gmail.com> | 2019-03-04 02:37:14 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-03-04 02:37:14 +0000 |
commit | 4a25a130f4eb6abacf1c25316f76dd3a93486b50 (patch) | |
tree | 8a3b79815107647af7cec35c5486346aee8c3a37 /doc/update | |
parent | 56d4ef8d221825e0d39b53bd4e427580f8782f84 (diff) | |
download | gitlab-ce-4a25a130f4eb6abacf1c25316f76dd3a93486b50.tar.gz |
Docs: Last batch of misc broken anchors
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/restore_after_failure.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/restore_after_failure.md b/doc/update/restore_after_failure.md index faa3a6e65cb..964a3c76c04 100644 --- a/doc/update/restore_after_failure.md +++ b/doc/update/restore_after_failure.md @@ -12,7 +12,7 @@ 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. Follow the instructions in the -[Backup and Restore](../raketasks/backup_restore.md#restore-a-previously-created-backup) +[Backup and Restore](../raketasks/backup_restore.md#restore) documentation. ## Potential problems on the next upgrade |