summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author陈宏 <chenhong@ghostcloud.cn>2017-11-15 13:51:30 +0800
committer陈宏 <chenhong@ghostcloud.cn>2017-11-15 13:51:30 +0800
commitc7151dd8dd7e487e96e5ce34c6a416bb3b037609 (patch)
treed478b51105354029f30f438fa5558b7a4022d89c
parentea045e2fd296bec459cde3eba97acf96ac34fd11 (diff)
Fixed invalid link
-rw-r--r--contributors/design-proposals/auth/secrets.md6
1 files 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