diff --git a/docs/concepts/configuration/secret.md b/docs/concepts/configuration/secret.md index 9c3f7a174a..9427e6a607 100644 --- a/docs/concepts/configuration/secret.md +++ b/docs/concepts/configuration/secret.md @@ -121,7 +121,7 @@ The data field is a map. Its keys must match [`DNS_SUBDOMAIN`](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/docs/design/identifiers.md), except that leading dots are also allowed. The values are arbitrary data, encoded using base64. -Create the secret using [`kubectl create`](/docs/user-guide/kubectl/kubectl_create/): +Create the secret using [`kubectl create`](/docs/user-guide/kubectl/v1.6/#create): ```shell $ kubectl create -f ./secret.yaml