From 83fc9324e1b080b2491a06a5efc3c9e8b933c2a4 Mon Sep 17 00:00:00 2001 From: William Zhang Date: Tue, 9 Oct 2018 19:50:06 +0800 Subject: [PATCH] Fix issue #10520 (#10554) Signed-off-by: William Zhang --- content/en/docs/tasks/administer-cluster/cluster-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/administer-cluster/cluster-management.md b/content/en/docs/tasks/administer-cluster/cluster-management.md index 8059db0f31..42920e1ec9 100644 --- a/content/en/docs/tasks/administer-cluster/cluster-management.md +++ b/content/en/docs/tasks/administer-cluster/cluster-management.md @@ -214,4 +214,4 @@ You can use `kubectl convert` command to convert config files between different kubectl convert -f pod.yaml --output-version v1 ``` -For more options, please refer to the usage of [kubectl convert](/docs/user-guide/kubectl/{{page.version}}/#convert) command. +For more options, please refer to the usage of [kubectl convert](/docs/reference/generated/kubectl/kubectl-commands#convert) command.