From b6d890b929169d730e92830638d17be7727d5c20 Mon Sep 17 00:00:00 2001 From: chenyb4 Date: Mon, 4 Jun 2018 23:05:54 +0800 Subject: [PATCH] remove kubectl overview link repeat (#8887) In _index doc the Kubectl CLI about overview link was add in "[Overview of kubectl]", So remove not need "[kubectl]" link. Signed-off-by: Yuanbin.Chen --- content/en/docs/user-guide/walkthrough/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/user-guide/walkthrough/_index.md b/content/en/docs/user-guide/walkthrough/_index.md index 91268edd08..06eaddf238 100644 --- a/content/en/docs/user-guide/walkthrough/_index.md +++ b/content/en/docs/user-guide/walkthrough/_index.md @@ -19,7 +19,7 @@ In order for the kubectl usage examples to work, make sure you have an example d ## Kubectl CLI -The easiest way to interact with Kubernetes is through the [kubectl](/docs/reference/kubectl/overview/) command-line interface. +The easiest way to interact with Kubernetes is through the kubectl command-line interface. For more info about kubectl, including its usage, commands, and parameters, see [Overview of kubectl](/docs/reference/kubectl/overview/).