Fix broken downward API link

Fixes #3561.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan
2017-04-27 12:55:42 -07:00
parent 6fe67a6579
commit 0cd5e2179d
@@ -31,7 +31,7 @@ It is available through the `hostname` command or the
function call in libc. function call in libc.
The Pod name and namespace are available as environment variables through the The Pod name and namespace are available as environment variables through the
[downward API](docs/tasks/configure-pod-container/downward-api-volume-expose-pod-information). [downward API](/docs/tasks/configure-pod-container/downward-api-volume-expose-pod-information).
User defined environment variables from the Pod definition are also available to the Container, User defined environment variables from the Pod definition are also available to the Container,
as are any environment variables specified statically in the Docker image. as are any environment variables specified statically in the Docker image.