From 28fb22ce5d2a1b0488b29f1de6e30fcd8ea030e3 Mon Sep 17 00:00:00 2001 From: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> Date: Fri, 30 Aug 2024 17:53:45 -0400 Subject: [PATCH] Fix doc links in kubernetes install command docs (#7849) # Description Fix incorrect doc links in kubernetes install command docs ## Type of change - This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional). Fixes: https://github.com/radius-project/docs/issues/1204 --------- Signed-off-by: Reshma Abdul Rahim Signed-off-by: Vishwanath Hiremath Signed-off-by: dependabot[bot] Signed-off-by: ytimocin Signed-off-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> Signed-off-by: nithyatsu Signed-off-by: Brooke Hamilton Signed-off-by: willdavsmith Signed-off-by: Nithya Subramanian <98416062+nithyatsu@users.noreply.github.com> Signed-off-by: sk593 Signed-off-by: Shruthi Kumar Signed-off-by: SoTrx <11771975+SoTrx@users.noreply.github.com> Signed-off-by: SoTrxII <11771975+SoTrx@users.noreply.github.com> Signed-off-by: Will Smith Signed-off-by: karishma-chawla <74574173+karishma-chawla@users.noreply.github.com> Co-authored-by: Vishwanath Hiremath <100623239+vishwahiremat@users.noreply.github.com> Co-authored-by: Lakshmi Javadekar <103459615+lakshmimsft@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yetkin Timocin Co-authored-by: Nithya Subramanian <98416062+nithyatsu@users.noreply.github.com> Co-authored-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Co-authored-by: Brooke Hamilton Co-authored-by: Ryan Nowak Co-authored-by: Will Smith Co-authored-by: Karishma Chawla Co-authored-by: Shruthi Kumar Co-authored-by: Will <28876888+willtsai@users.noreply.github.com> Co-authored-by: SoTrx <11771975+SoTrx@users.noreply.github.com> Co-authored-by: Vishwanath Hiremath Co-authored-by: karishma-chawla <74574173+karishma-chawla@users.noreply.github.com> --- pkg/cli/cmd/install/kubernetes/kubernetes.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/cli/cmd/install/kubernetes/kubernetes.go b/pkg/cli/cmd/install/kubernetes/kubernetes.go index 73989ef36f..9a03dbe782 100644 --- a/pkg/cli/cmd/install/kubernetes/kubernetes.go +++ b/pkg/cli/cmd/install/kubernetes/kubernetes.go @@ -41,9 +41,9 @@ func NewCommand(factory framework.Factory) (*cobra.Command, framework.Runner) { Long: `Install Radius in a Kubernetes cluster using the Radius Helm chart. By default 'rad install kubernetes' will install Radius with the version matching the rad CLI version. -Radius will be installed in the 'radius-system' namespace. For more information visit https://docs.radapp.io/concepts/architecture/ +Radius will be installed in the 'radius-system' namespace. For more information visit https://docs.radapp.io/concepts/technical/architecture/ -Overrides can be set by specifying Helm chart values with the '--set' flag. For more information visit https://docs.radapp.io/operations/platforms/kubernetes/install/. +Overrides can be set by specifying Helm chart values with the '--set' flag. For more information visit https://docs.radapp.io/guides/operations/kubernetes/install/. `, Example: `# Install Radius with default settings in current Kubernetes context rad install kubernetes