i18n(zh): fix kubectl reference link issue

update `/zh/docs/user-guide/kubectl-overview/`
to `/zh/docs/reference/kubectl/overview/`
This commit is contained in:
aquariuslt
2020-10-04 19:55:37 +08:00
parent 9b1e7c732c
commit fe86d48879
+1 -1
View File
@@ -207,7 +207,7 @@ Pod runs a Container based on the provided Docker image.
<!--
{{< note >}}For more information about `kubectl`commands, see the [kubectl overview](/docs/user-guide/kubectl-overview/).{{< /note >}}
-->
{{< note >}}有关 kubectl 命令的更多信息,请参阅 [kubectl 概述](/zh/docs/user-guide/kubectl-overview/)。{{< /note >}}
{{< note >}}有关 kubectl 命令的更多信息,请参阅 [kubectl 概述](/zh/docs/reference/kubectl/overview/)。{{< /note >}}
<!--
## Create a Service