Skip to content

Commit

Permalink
Corrected the relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
Himanshu Pandey committed May 31, 2019
1 parent ebed710 commit af81b51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/setup/minikube.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ 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](/docs/setup/minikube/#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).
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).

Let’s create a Kubernetes Deployment using an existing image named `echoserver`, which is a simple HTTP server and expose it on port 8080 using `--port`.
```shell
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](/docs/setup/minikube/#stopping-a-cluster).
10. Delete the local Minikube cluster:
```shell
minikube delete
Expand Down

0 comments on commit af81b51

Please sign in to comment.