From 8b5226434b045af753a8c2db601fab580f0550ad Mon Sep 17 00:00:00 2001 From: WanLinghao Date: Sun, 20 May 2018 01:03:51 +0800 Subject: [PATCH] fix a link miss bug in volume description (#8585) --- content/en/docs/concepts/storage/volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/storage/volumes.md b/content/en/docs/concepts/storage/volumes.md index 5604979e9c..227a2e4ac9 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -612,7 +612,7 @@ Currently, the following types of volume sources can be projected: - [`secret`](#secret) - [`downwardAPI`](#downwardapi) -- `configMap` +- [`configMap`](#configmap) All sources are required to be in the same namespace as the Pod. For more details, see the [all-in-one volume design document](https://github.com/kubernetes/community/blob/{{< param "githubbranch" >}}/contributors/design-proposals/node/all-in-one-volume.md).