From c5166657af59578a80ac0ffefdd5f2c327be4830 Mon Sep 17 00:00:00 2001 From: Alexander Vlasov Date: Wed, 26 Apr 2017 14:51:55 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4eb6518a8d..49df920fcd 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Minikube is a tool that makes it easy to run Kubernetes locally. Minikube runs a * [VirtualBox](https://www.virtualbox.org/wiki/Downloads) or [Hyper-V](./DRIVERS.md#hyperv-driver) installation * VT-x/AMD-v virtualization must be enabled in BIOS * `kubectl` must be on your path. Minikube currently supports any version of `kubectl` greater than 1.0, but we recommend using the most recent version. - You can install kubectl with [these steps](http://kubernetes.io/docs/getting-started-guides/kubectl/). + You can install kubectl with [these steps](https://kubernetes.io/docs/tasks/kubectl/install/). * Internet connection * You will need a decent internet connection running `minikube start` for the first time for Minikube to pull its Docker images. * It might take Minikube sometime to start. It would be as fast as your internet connection with Minikube image pulling the Docker images needed.