fix broken link (#5023)

pull/5007/head
rptaylor 2019-07-30 19:18:23 -07:00 committed by Kubernetes Prow Robot
parent 8c935dfb50
commit 8afbf339f7
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ spec:
If, for example, you wanted to use NFS you would just need to change the If, for example, you wanted to use NFS you would just need to change the
`gcePersistentDisk` block to `nfs`. See `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 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). created independently - this is not something Kubernetes manages for you (yet).