diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-12-12 18:07:13 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-12-12 18:07:13 +0000 |
commit | ba5be4989e02566ad45191b6d97815e189a26dac (patch) | |
tree | 96a4ace3c3d61ec4aea31cbf548718ef67cfd84b /doc/update/upgrading_from_source.md | |
parent | 22a3da26ad21d67acaef7b2598429c8a003f1037 (diff) | |
download | gitlab-ce-ba5be4989e02566ad45191b6d97815e189a26dac.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/update/upgrading_from_source.md')
-rw-r--r-- | doc/update/upgrading_from_source.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/upgrading_from_source.md b/doc/update/upgrading_from_source.md index f5b85330f3b..852b54c7339 100644 --- a/doc/update/upgrading_from_source.md +++ b/doc/update/upgrading_from_source.md @@ -29,7 +29,7 @@ to identify the ideal upgrade path. Before upgrading to a new major version, you should ensure that any background migration jobs from previous releases have been completed. To see the current size of the `background_migration` queue, -[Check for background migrations before upgrading](index.md#checking-for-background-migrations-before-upgrading). +[Check for background migrations before upgrading](background_migrations.md). ## Guidelines for all versions |