From 05231ff19df57d9eb9870d036c0074556887c95c Mon Sep 17 00:00:00 2001 From: Manish Bansal Date: Mon, 7 Oct 2019 13:01:09 +0530 Subject: [PATCH] Documentation update (#16693) * Documentation update Fixed link and its description * Corrected * Incorporated review comment * Incorporated review comment --- .../downward-api-volume-expose-pod-information.md | 4 ++-- .../environment-variable-expose-pod-information.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 8be2a654ab..1a6f3c2738 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 @@ -25,8 +25,8 @@ Pod fields and Container fields. There are two ways to expose Pod and Container fields to a running Container: -* [Environment variables](/docs/tasks/inject-data-application/environment-variable-expose-pod-information/) -* DownwardAPIVolumeFiles +* [Environment variables](/docs/tasks/inject-data-application/environment-variable-expose-pod-information/#the-downward-api) +* Volume Files Together, these two ways of exposing Pod and Container fields are called the *Downward API*. diff --git a/content/en/docs/tasks/inject-data-application/environment-variable-expose-pod-information.md b/content/en/docs/tasks/inject-data-application/environment-variable-expose-pod-information.md index b808dd9e2e..c23b3ba75a 100644 --- a/content/en/docs/tasks/inject-data-application/environment-variable-expose-pod-information.md +++ b/content/en/docs/tasks/inject-data-application/environment-variable-expose-pod-information.md @@ -27,7 +27,7 @@ Pod fields and Container fields. There are two ways to expose Pod and Container fields to a running Container: * Environment variables -* [DownwardAPIVolumeFiles](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#downwardapivolumefile-v1-core) +* [Volume Files](/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information/#the-downward-api) Together, these two ways of exposing Pod and Container fields are called the *Downward API*.