From efef43c8ffa01e438fea17f7df1054884d3117fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Gro=C3=9F?= Date: Sat, 1 Jun 2019 07:54:22 +0200 Subject: [PATCH] Update minikube.md (#14662) Fix linking in same document for preventing 404 errors because the url parts get duplicated now. e.g: https://kubernetes.io/docs/setup/minikube/docs/setup/minikube/#interacting-with-your-cluster fix would be: https://kubernetes.io/docs/setup/minikube/#interacting-with-your-cluster --- content/en/docs/setup/learning-environment/minikube.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/setup/learning-environment/minikube.md b/content/en/docs/setup/learning-environment/minikube.md index 2e17d5e9d9f3a..a21175bf7864a 100644 --- a/content/en/docs/setup/learning-environment/minikube.md +++ b/content/en/docs/setup/learning-environment/minikube.md @@ -47,7 +47,7 @@ This brief demo guides you on how to start, use, and delete Minikube locally. Fo Creating machine... Starting local Kubernetes cluster... ``` - For more information on starting your cluster on a specific Kubernetes version, VM, or container runtime, see [Starting a Cluster](docs/setup/minikube/#starting-a-cluster). + For more information on starting your cluster on a specific Kubernetes version, VM, or container runtime, see [Starting a Cluster](#starting-a-cluster). 2. Now, you can interact with your cluster using kubectl. For more information, see [Interacting with Your Cluster](docs/setup/minikube/#interacting-with-your-cluster). @@ -144,7 +144,7 @@ This brief demo guides you on how to start, use, and delete Minikube locally. Fo Stopping "minikube"... "minikube" stopped. ``` - For more information, see [Stopping a Cluster](docs/setup/minikube/#stopping-a-cluster). + For more information, see [Stopping a Cluster](#stopping-a-cluster). 10. Delete the local Minikube cluster: ```shell minikube delete