From d8e8fb9ffbe19a2daa42870505f29447ead2784a Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang Date: Mon, 27 Mar 2017 11:20:42 +0800 Subject: [PATCH] delete invalid link These two links do not exist yet. --- docs/concepts/storage/volumes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/storage/volumes.md b/docs/concepts/storage/volumes.md index 762518fc8f..1fe22cdbe8 100644 --- a/docs/concepts/storage/volumes.md +++ b/docs/concepts/storage/volumes.md @@ -44,9 +44,9 @@ medium that backs it, and the contents of it are determined by the particular volume type used. To use a volume, a pod specifies what volumes to provide for the pod (the -[`spec.volumes`](http://kubernetes.io/kubernetes/third_party/swagger-ui/#!/v1/createPod) +`spec.volumes` field) and where to mount those into containers(the -[`spec.containers.volumeMounts`](http://kubernetes.io/kubernetes/third_party/swagger-ui/#!/v1/createPod) +`spec.containers.volumeMounts` field). A process in a container sees a filesystem view composed from their Docker