From 242defc0e4f1e34b3797dd7356b2f73a75f1d2eb Mon Sep 17 00:00:00 2001 From: Dmitry Voytik Date: Wed, 29 Mar 2017 21:02:16 +0200 Subject: [PATCH] README: fix broken link to the documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3f1b628180f..3be33a07e43d 100644 --- a/README.md +++ b/README.md @@ -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: