From fe86d488790934f591bafd28c6b891e9f1a1cf6d Mon Sep 17 00:00:00 2001 From: aquariuslt Date: Sun, 4 Oct 2020 19:55:37 +0800 Subject: [PATCH] i18n(zh): fix kubectl reference link issue update `/zh/docs/user-guide/kubectl-overview/` to `/zh/docs/reference/kubectl/overview/` --- content/zh/docs/tutorials/hello-minikube.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/tutorials/hello-minikube.md b/content/zh/docs/tutorials/hello-minikube.md index b889324fc5..9b9fa09999 100644 --- a/content/zh/docs/tutorials/hello-minikube.md +++ b/content/zh/docs/tutorials/hello-minikube.md @@ -207,7 +207,7 @@ Pod runs a Container based on the provided Docker image. - {{< note >}}有关 kubectl 命令的更多信息,请参阅 [kubectl 概述](/zh/docs/user-guide/kubectl-overview/)。{{< /note >}} + {{< note >}}有关 kubectl 命令的更多信息,请参阅 [kubectl 概述](/zh/docs/reference/kubectl/overview/)。{{< /note >}}