From 99e37ab8d1953cd6babb306bfa27337c5146de4b Mon Sep 17 00:00:00 2001 From: harsh Date: Wed, 7 Feb 2024 12:05:07 +0530 Subject: [PATCH] Fixed the link for create a ConfigMap --- content/en/docs/concepts/storage/volumes.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/en/docs/concepts/storage/volumes.md b/content/en/docs/concepts/storage/volumes.md index b7dbf54651..716d5cc688 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -194,8 +194,7 @@ keyed with `log_level`. {{< note >}} -* You must create a [ConfigMap](/docs/tasks/configure-pod-container/configure-pod-configmap/) - before you can use it. +* You must [create a ConfigMap](/docs/tasks/configure-pod-container/configure-pod-configmap/#create-a-configmap) before you can use it. * A ConfigMap is always mounted as `readOnly`.