From d44cdef4d8b86e7cfd8cfa6b522fd88e504c8c80 Mon Sep 17 00:00:00 2001 From: Guangwen Feng Date: Wed, 25 May 2022 10:20:39 +0800 Subject: [PATCH] Fix an invalid link in downward-api-volume-expose-pod-information.md Signed-off-by: Guangwen Feng --- .../downward-api-volume-expose-pod-information.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information.md b/content/en/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information.md index d50b3e91a5..e9f5f1fb3e 100644 --- a/content/en/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information.md +++ b/content/en/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information.md @@ -155,7 +155,7 @@ file for a Pod that has one Container: {{< codenew file="pods/inject/dapi-volume-resources.yaml" >}} In the configuration file, you can see that the Pod has a -[`downwardAPI` volume](/concepts/storage/volumes/#downwardapi), +[`downwardAPI` volume](/docs/concepts/storage/volumes/#downwardapi), and the Container mounts the volume at `/etc/podinfo`. Look at the `items` array under `downwardAPI`. Each element of the array is a