From f33eba23206b881e9c4abd4aad5017711fe0e23c Mon Sep 17 00:00:00 2001 From: matiar Date: Thu, 21 Nov 2024 14:19:39 -0300 Subject: [PATCH] fix: broken links for ebs and efs --- docs/cluster/addons/index.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/cluster/addons/index.mdx b/docs/cluster/addons/index.mdx index 0a102a4f2..bf95558a0 100644 --- a/docs/cluster/addons/index.mdx +++ b/docs/cluster/addons/index.mdx @@ -25,8 +25,8 @@ By default SleakOps includes in your infra: - **Kubecost**: Gain real-time insights into Kubernetes cloud costs with Kubecost. This add-on helps you monitor and reduce expenses across projects in your cluster. - **Prometheus**: SleakOps deploys Prometheus for monitoring and alerting, providing detailed insights into cluster performance and resource utilization. - **OTEL**: Use OpenTelemetry to collect and analyze distributed traces, enabling you to monitor and optimize application performance across your cluster. -- [**EFS Controller**](./addons/efs): The EFS Controller allows you to manage EFS volumes within your EKS cluster, providing scalable and shared storage for your applications. For more details, refer to the [EFS documentation](/project/efs). -- [**EBS Controller**](./addons/ebs): The EBS Controller allows you to manage EBS volumes within your EKS cluster, providing persistent block storage for your applications. For more details, refer to the [EBS documentation](/project/ebs). +- [**EFS Controller**](./addons/efs): The EFS Controller allows you to manage EFS volumes within your EKS cluster, providing scalable and shared storage for your applications. For more details, refer to the [EFS documentation](/cluster/addons/efs). +- [**EBS Controller**](./addons/ebs): The EBS Controller allows you to manage EBS volumes within your EKS cluster, providing persistent block storage for your applications. For more details, refer to the [EBS documentation](/cluster/addons/ebs).
@@ -39,5 +39,5 @@ To set up an add-on, follow these steps: 3. Configure the add-on settings as needed. 4. Click "Deploy" to install the add-on in your EKS cluster. -For more detailed instructions, refer to the [Add-ons setup guide](/docs/addons/setup). +For more detailed instructions, refer to the [Add-ons setup guide](/cluster/addons).
\ No newline at end of file