Skip to content

Commit 68fe6c9

Browse files
authored
Missing update parens (#652)
Missing hyperlink parens <!-- Explain the changes introduced in your PR --> ## Pull Request approval Although pull request approval is not enforced for this repository in order to reduce friction, merging without a review will generate a ticket for the docs team to review your changes. So if possible, have your pull request approved before merging.
1 parent 83232ad commit 68fe6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/admin/updates/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ It is highly recommended to:
7878
Sourcegraph upgrades take the following general form:
7979
1. Determine if your instance is ready to Upgrade (check upgrade notes)
8080
2. Merge the latest Sourcegraph release into your deployment manifests
81-
3. If updating more than a single minor version, perform an [**automatic multi-version upgrade**]/admin/updates/automatic) if targeting **Sourcegraph 5.1 or later**; [manual multi-version upgrades]/admin/updates/migrator/migrator-operations) are required if upgrading to an earlier version, which requires shutting off the instance and invoking the `migrator` container or job to perform the database rewrite and application of unfinished out-of-band migrations
81+
3. If updating more than a single minor version, perform an [**automatic multi-version upgrade**](/admin/updates/automatic) if targeting **Sourcegraph 5.1 or later**; [manual multi-version upgrades]/admin/updates/migrator/migrator-operations) are required if upgrading to an earlier version, which requires shutting off the instance and invoking the `migrator` container or job to perform the database rewrite and application of unfinished out-of-band migrations
8282
4. With upstream changes to your manifests merged, start the new instance
8383

8484
> Note: For more explicit steps, specific to your deployment see the operations guides linked below.

0 commit comments

Comments
 (0)