From 34265628784fe03399d36c9615508367ae9e7d10 Mon Sep 17 00:00:00 2001 From: Andrew Chen Date: Fri, 5 May 2017 14:42:14 -0700 Subject: [PATCH] Reimplement PR #3589 Implement change proposed in PR #3589. --- docs/getting-started-guides/minikube.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/minikube.md b/docs/getting-started-guides/minikube.md index 15feb59d92..112d455a70 100644 --- a/docs/getting-started-guides/minikube.md +++ b/docs/getting-started-guides/minikube.md @@ -33,7 +33,7 @@ Minikube is a tool that makes it easy to run Kubernetes locally. Minikube runs a * Windows * [VirtualBox](https://www.virtualbox.org/wiki/Downloads) or [Hyper-V](https://msdn.microsoft.com/en-us/virtualization/hyperv_on_windows/quick_start/walkthrough_install) installation * VT-x/AMD-v virtualization must be enabled in BIOS -* `kubectl` See the [kubectl installation instructions](/docs/getting-started-guides/kubectl/) for more details. +* `kubectl` See the [kubectl installation instructions](/docs/tasks/kubectl/install/) for more details. ### Instructions