From aeada1134cffe095d79dab87fcac19b9b85ddf85 Mon Sep 17 00:00:00 2001 From: Rajakavitha1 <37059749+Rajakavitha1@users.noreply.github.com> Date: Wed, 4 Apr 2018 22:59:09 +0530 Subject: [PATCH] Update secret.md (#7965) Fixed 404 listed in: https://github.com/kubernetes/website/issues/7924 --- docs/concepts/configuration/secret.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/configuration/secret.md b/docs/concepts/configuration/secret.md index 497bff5459..2f7a0e5721 100644 --- a/docs/concepts/configuration/secret.md +++ b/docs/concepts/configuration/secret.md @@ -119,7 +119,7 @@ data: The data field is a map. Its keys must consist of alphanumeric characters, '-', '_' or '.'. The values are arbitrary data, encoded using base64. -Create the secret using [`kubectl create`](/docs/user-guide/kubectl/{{page.version}}/#create): +Create the secret using [`kubectl create`](/docs/reference/generated/kubectl/kubectl-commands/{{page.version}}/#create): ```shell $ kubectl create -f ./secret.yaml