From 8b549ffb7571eb8252e27105414f282b4e419b86 Mon Sep 17 00:00:00 2001 From: Jared Kirschner Date: Fri, 7 Apr 2023 12:50:31 -0700 Subject: [PATCH] fixup --- .../content/docs/upgrading/instructions/index.mdx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/website/content/docs/upgrading/instructions/index.mdx b/website/content/docs/upgrading/instructions/index.mdx index 6dafa50703..fefea709be 100644 --- a/website/content/docs/upgrading/instructions/index.mdx +++ b/website/content/docs/upgrading/instructions/index.mdx @@ -12,9 +12,10 @@ This document is intended to help users who find themselves many versions behind ## General Upgrade Path -Each upgrade should jump at most 2 major versions, -except where dedicated instructions are provided for a larger jump between specific versions. -If your upgrade path has no applicable dedicated instructions, +Each upgrade should jump at most 2 major versions, except where +[dedicated instructions](#dedicated-instructions-for-specific-upgrade-paths) +are provided for a larger jump between specific versions. +If your upgrade path has no applicable [dedicated instructions](#dedicated-instructions-for-specific-upgrade-paths), review the [version-specific upgrade details](/consul/docs/upgrading/upgrade-specific) to plan your upgrade, starting from the next version and working upwards to your target version. @@ -42,9 +43,9 @@ to a destination version. | 0.8.5 - 1.2.3 | 1.2.4 | Follow the [instructions for upgrading to final 1.2.x](/consul/docs/upgrading/instructions/upgrade-to-1-2-x) | For example, to upgrade from Consul 1.3.1 to latest 1.12: -1. Upgrade to Consul 1.6.10 using the dedicated instructions -1. Upgrade to Consul 1.8.19 using the dedicated instructions -1. Upgrade to Consul 1.10.12 using the dedicated instructions +1. Upgrade to Consul 1.6.10 using the dedicated instructions. +1. Upgrade to Consul 1.8.19 using the dedicated instructions. +1. Upgrade to Consul 1.10.12 using the dedicated instructions. 1. Upgrade to latest Consul 1.12.x after consulting the [version-specific upgrade details](/consul/docs/upgrading/upgrade-specific) for 1.11 and 1.12. \ No newline at end of file