From 01d4a0a4ddad02c20250c833aac6d27bf9452b0e Mon Sep 17 00:00:00 2001
From: Michiel Van Gendt <michiel.vangendt@gmail.com>
Date: Sat, 28 Nov 2020 12:43:49 +0100
Subject: [PATCH] Fix link to CSI ephemeral volumes

---
 content/en/docs/concepts/storage/ephemeral-volumes.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/en/docs/concepts/storage/ephemeral-volumes.md b/content/en/docs/concepts/storage/ephemeral-volumes.md
index 30029eae12..9b0b9464f5 100644
--- a/content/en/docs/concepts/storage/ephemeral-volumes.md
+++ b/content/en/docs/concepts/storage/ephemeral-volumes.md
@@ -46,7 +46,7 @@ different purposes:
   [downwardAPI](/docs/concepts/storage/volumes/#downwardapi),
   [secret](/docs/concepts/storage/volumes/#secret): inject different
   kinds of Kubernetes data into a Pod
-- [CSI ephemeral volumes](#csi-ephemeral-volume):
+- [CSI ephemeral volumes](#csi-ephemeral-volumes):
   similar to the previous volume kinds, but provided by special
   [CSI drivers](https://github.com/container-storage-interface/spec/blob/master/spec.md)
   which specifically [support this feature](https://kubernetes-csi.github.io/docs/drivers.html)