From 0c987f419f9f8d92ff3ae68eec48c813af31f1ad Mon Sep 17 00:00:00 2001 From: chenDT Date: Mon, 3 Dec 2018 11:17:02 +0800 Subject: [PATCH] fix Minikube 404 error. (#11461) --- content/en/includes/task-tutorial-prereqs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/includes/task-tutorial-prereqs.md b/content/en/includes/task-tutorial-prereqs.md index 6f1407fe45..76e9a1698b 100644 --- a/content/en/includes/task-tutorial-prereqs.md +++ b/content/en/includes/task-tutorial-prereqs.md @@ -1,7 +1,7 @@ You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. If you do not already have a cluster, you can create one by using -[Minikube](/docs/getting-started-guides/minikube), +[Minikube](/docs/setup/minikube), or you can use one of these Kubernetes playgrounds: * [Katacoda](https://www.katacoda.com/courses/kubernetes/playground)