From 796bf3b45da482e2e6ad2cd88c7bac550bde4e51 Mon Sep 17 00:00:00 2001 From: Warren Gifford Date: Thu, 12 Sep 2024 12:23:53 -0700 Subject: [PATCH] Update index.mdx Missing hyperlink parens --- docs/admin/updates/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/updates/index.mdx b/docs/admin/updates/index.mdx index 5497209b6..ecd736b2f 100644 --- a/docs/admin/updates/index.mdx +++ b/docs/admin/updates/index.mdx @@ -78,7 +78,7 @@ It is highly recommended to: Sourcegraph upgrades take the following general form: 1. Determine if your instance is ready to Upgrade (check upgrade notes) 2. Merge the latest Sourcegraph release into your deployment manifests -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 +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 4. With upstream changes to your manifests merged, start the new instance > Note: For more explicit steps, specific to your deployment see the operations guides linked below.