From d41fd88a09873ab8f87b2aff2bf0c7eb5c219f46 Mon Sep 17 00:00:00 2001 From: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> Date: Wed, 4 Oct 2023 12:12:18 -0400 Subject: [PATCH] Fix wrong installation content path in upgrade radius page (#804) --- .../operations/kubernetes/kubernetes-upgrade/index.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/content/guides/operations/kubernetes/kubernetes-upgrade/index.md b/docs/content/guides/operations/kubernetes/kubernetes-upgrade/index.md index da50976cd..463ef49a5 100644 --- a/docs/content/guides/operations/kubernetes/kubernetes-upgrade/index.md +++ b/docs/content/guides/operations/kubernetes/kubernetes-upgrade/index.md @@ -27,14 +27,12 @@ rad uninstall kubernetes ## Step 3: Install the rad CLI -{{< read file= "/shared-content/radius-installation/rad-cli/install-rad-cli.md" >}} +{{< read file= "/shared-content/installation/rad-cli/install-rad-cli.md" >}} ## Step 4: Install the Radius-Bicep VS Code extension -{{< read file= "/shared-content/radius-installation/vscode-bicep/install-vscode-bicep.md" >}} +{{< read file= "/shared-content/installation/vscode-bicep/install-vscode-bicep.md" >}} ## Step 5: Initialize the Radius control-plane and the Radius environment -{{< read file= "/shared-content/radius-installation/install-radius/initialize-radius.md" >}} - ->If you are looking to upgrade Radius to the latest version, refer to [upgrade Radius on Kubernetes]({{< ref kubernetes-upgrade >}}) for more information. +{{< read file= "/shared-content/installation/install-radius/initialize-radius.md" >}}