Skip to content

Commit

Permalink
Fixes broken links from install page (#1242)
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Rosenblatt <[email protected]>
  • Loading branch information
timrosenblatt committed Jul 14, 2023
1 parent 49e8a50 commit dfb06fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
:::

0 comments on commit dfb06fc

Please sign in to comment.