fix broken link (#5023)

This commit is contained in:
rptaylor 2019-07-30 19:18:23 -07:00 committed by Kubernetes Prow Robot
parent 8c935dfb50
commit 8afbf339f7

View file

@ -55,7 +55,7 @@ spec:
If, for example, you wanted to use NFS you would just need to change the
`gcePersistentDisk` block to `nfs`. See
[here](https://kubernetes.io/docs/user-guide/volumes.md) for more details on volumes.
[here](https://kubernetes.io/docs/concepts/storage/volumes/) for more details on volumes.
Note that in any case, the storage (in the case the GCE PersistentDisk) must be
created independently - this is not something Kubernetes manages for you (yet).