From 8172161c39f760cce5adeaadf1d00c9e94edb7f1 Mon Sep 17 00:00:00 2001 From: Sulochan Acharya Date: Mon, 26 Feb 2024 16:22:24 +0000 Subject: [PATCH] Fixes broekn docs links Two docs link were broken due to capital letter begning of the file. This simply change the docs link to point to the right files. --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 51cac85e5..437c7b038 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,9 +4,9 @@ * [Building Your Kubernetes Environment](build-k8s.md) * [Retrieve kube config](kube-config.md) #### 3.Storage - * [Create Persistent Storage](create-persistent-storage.md) + * [Create Persistent Storage](Create-Persistent-Storage.md) #### 4.Openstack Infrastructure - * [Deploy Openstack on k8s](deploy-openstack.md) + * [Deploy Openstack on k8s](Deploy-Openstack.md) ####Build Images * [Building Local Images](build-local-images.md) ####Build Test Environments