From c7151dd8dd7e487e96e5ce34c6a416bb3b037609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=AE=8F?= Date: Wed, 15 Nov 2017 13:51:30 +0800 Subject: Fixed invalid link --- contributors/design-proposals/auth/secrets.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contributors/design-proposals/auth/secrets.md b/contributors/design-proposals/auth/secrets.md index d0b69719..a5352444 100644 --- a/contributors/design-proposals/auth/secrets.md +++ b/contributors/design-proposals/auth/secrets.md @@ -1,9 +1,9 @@ ## Abstract -A proposal for the distribution of [secrets](../user-guide/secrets.md) +A proposal for the distribution of [secrets](https://kubernetes.io/docs/concepts/configuration/secret/) (passwords, keys, etc) to the Kubelet and to containers inside Kubernetes using -a custom [volume](../user-guide/volumes.md#secrets) type. See the -[secrets example](../user-guide/secrets/) for more information. +a custom [volume](https://kubernetes.io/docs/concepts/storage/volumes/#secret) type. See the +[secrets example](https://kubernetes.io/docs/concepts/configuration/secret/#using-secrets) for more information. ## Motivation -- cgit v1.2.3