From 419c5414aaec92815fa6d50ddc7117e156ad9c11 Mon Sep 17 00:00:00 2001 From: mahula Date: Thu, 9 Nov 2023 12:54:14 +0100 Subject: [PATCH] fix link in minimube documentation --- deployment/Minikube.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/Minikube.md b/deployment/Minikube.md index 851afa46c..a552e670f 100644 --- a/deployment/Minikube.md +++ b/deployment/Minikube.md @@ -11,7 +11,7 @@ $ minikube dashboard This will give you an overview. Some of the steps below need some timing to make resources available to other dependent deployments. Keeping an eye on the dashboard is a great way to check that. -Follow the installation instruction for [Kubernetes with Helm](./deployment/src/kubernetes/README.md). +Follow the installation instruction for [Kubernetes with Helm](./src/kubernetes/README.md). If all the pods and services have settled and everything looks green in your minikube dashboard, expose the services you want on your host system.