Skip to content

Commit

Permalink
Update minikube.md (kubernetes#14662)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Magro28 authored and Rajakavitha1 committed Jun 10, 2019
1 parent 711698b commit efef43c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/setup/learning-environment/minikube.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit efef43c

Please sign in to comment.