diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2017-02-25 01:44:33 +0000 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2017-02-25 01:44:33 +0000 |
commit | b4236df4300227a57d95c0bc7ddacd169c5e4125 (patch) | |
tree | aff493854ddd1e50080cfc457209feff9837eeda | |
parent | 7d15f36be6cdefcf95a96bf4cbb425baceaf2488 (diff) | |
download | gitlab-ce-b4236df4300227a57d95c0bc7ddacd169c5e4125.tar.gz |
fix GitLab download archives link
[skip ci]
-rw-r--r-- | doc/raketasks/backup_restore.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/raketasks/backup_restore.md b/doc/raketasks/backup_restore.md index a5b8cd6455c..94c38d08849 100644 --- a/doc/raketasks/backup_restore.md +++ b/doc/raketasks/backup_restore.md @@ -416,7 +416,7 @@ sudo gitlab-rake gitlab:check SANITIZE=true If there is a GitLab version mismatch between your backup tar file and the installed version of GitLab, the restore command will abort with an error. Install the -[correct GitLab version](https://www.gitlab.com/downloads/archives/) and try again. +[correct GitLab version](https://about.gitlab.com/downloads/archives/) and try again. ## Configure cron to make daily backups |