From d816988688e84fdbdfbd744cec282723c9a0f219 Mon Sep 17 00:00:00 2001 From: Tim Rosenblatt Date: Wed, 14 Jun 2023 21:37:17 -0700 Subject: [PATCH] Fixes broken links from install page Signed-off-by: Tim Rosenblatt --- docs/install.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.mdx b/docs/install.mdx index 069d988cb9c..d7994d53fe8 100644 --- a/docs/install.mdx +++ b/docs/install.mdx @@ -13,12 +13,12 @@ Please follow the document linked below to install KubeVela. - [Standalone Installation](./installation/standalone): Install KubeVela on a local machine or a remote server(Public Cloud or On-premise) based on Linux, macOS or Windows operating system. :::info -VelaD suits great for local development and quick demos, it leverages [K3s](https://github.com/k3s-io/k3s) to manage Kubernetes. We strongly recommend you to [install KubeVela with managed Kubernetes services](./installation/kubernetes) for production usage. +VelaD suits great for local development and quick demos, it leverages [K3s](https://github.com/k3s-io/k3s) to manage Kubernetes. We strongly recommend you to [install KubeVela with managed Kubernetes services](../installation/kubernetes) for production usage. ::: ### Already have Kubernetes cluster - [Kubernetes Cluster](./installation/kubernetes): Install KubeVela in existing Kubernetes cluster. :::tip -- For upgrading from existing KubeVela control plane, please read the [upgrade guide](./platform-engineers/advanced-install#upgrade). +- For upgrading from existing KubeVela control plane, please read the [upgrade guide](../platform-engineers/advanced-install#upgrade). :::