Fixed invalid link

This commit is contained in:
陈宏 2017-11-15 13:51:30 +08:00
parent ea045e2fd2
commit c7151dd8dd
1 changed files with 3 additions and 3 deletions

View File

@ -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