From c0dfb3f1df6e9a3f9bd28819c73560f2899e6704 Mon Sep 17 00:00:00 2001 From: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> Date: Wed, 4 Oct 2023 09:14:09 -0400 Subject: [PATCH] Fix wrong installation content path in upgrade radius page --- .../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" >}}