Skip to content

Commit

Permalink
Merge pull request kubernetes#1305 from dvoytik/patch-1
Browse files Browse the repository at this point in the history
README: fix broken link to the documentation
  • Loading branch information
r2d4 authored Mar 29, 2017
2 parents 4b3459e + 242defc commit 9f7647f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ This command shuts down and deletes the minikube virtual machine. No data or sta

### Kubectl

The `minikube start` command creates a "[kubectl context](http://kubernetes.io/docs/user-guide/kubectl/kubectl_config_set-context/)" called "minikube".
The `minikube start` command creates a "[kubectl context](https://kubernetes.io/docs/user-guide/kubectl/v1.6/#-em-set-context-em-)" called "minikube".
This context contains the configuration to communicate with your minikube cluster.

Minikube sets this context to default automatically, but if you need to switch back to it in the future, run:
Expand Down

0 comments on commit 9f7647f

Please sign in to comment.