From de84e18d3c8c6016a6f55f172af7914ae905cb58 Mon Sep 17 00:00:00 2001 From: Luzhenxing Date: Wed, 30 Oct 2019 05:18:52 +0800 Subject: [PATCH] fix err url of minikube (#17273) --- content/en/docs/tutorials/hello-minikube.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tutorials/hello-minikube.md b/content/en/docs/tutorials/hello-minikube.md index 5dfaac4949..e4a5e70451 100644 --- a/content/en/docs/tutorials/hello-minikube.md +++ b/content/en/docs/tutorials/hello-minikube.md @@ -16,7 +16,7 @@ card: {{% capture overview %}} This tutorial shows you how to run a simple Hello World Node.js app -on Kubernetes using [Minikube](/docs/getting-started-guides/minikube) and Katacoda. +on Kubernetes using [Minikube](/docs/setup/learning-environment/minikube) and Katacoda. Katacoda provides a free, in-browser Kubernetes environment. {{< note >}}