From 8afbf339f74903421a2284e219da182958254851 Mon Sep 17 00:00:00 2001 From: rptaylor <rptaylor@uvic.ca> Date: Tue, 30 Jul 2019 19:18:23 -0700 Subject: [PATCH] fix broken link (#5023) --- roles/kubernetes-apps/registry/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/kubernetes-apps/registry/README.md b/roles/kubernetes-apps/registry/README.md index c320f2bd4..06bc99a2b 100644 --- a/roles/kubernetes-apps/registry/README.md +++ b/roles/kubernetes-apps/registry/README.md @@ -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). -- GitLab