Skip to content

Commit c487772

Browse files
authored
Merge pull request #33933 from fenggw-fnst/fix-invalid-link
Fix an invalid link in downward-api-volume-expose-pod-information.md
2 parents 1fb4ad3 + d44cdef commit c487772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ file for a Pod that has one Container:
155155
{{< codenew file="pods/inject/dapi-volume-resources.yaml" >}}
156156

157157
In the configuration file, you can see that the Pod has a
158-
[`downwardAPI` volume](/concepts/storage/volumes/#downwardapi),
158+
[`downwardAPI` volume](/docs/concepts/storage/volumes/#downwardapi),
159159
and the Container mounts the volume at `/etc/podinfo`.
160160

161161
Look at the `items` array under `downwardAPI`. Each element of the array is a

0 commit comments

Comments
 (0)