From 0cd5e2179d573f89726da7969c7c5b3a519710ad Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Thu, 27 Apr 2017 12:55:42 -0700 Subject: [PATCH] Fix broken downward API link Fixes #3561. Signed-off-by: Ahmet Alp Balkan --- docs/concepts/containers/container-environment-variables.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/containers/container-environment-variables.md b/docs/concepts/containers/container-environment-variables.md index 07cf9aa7b6..16276c90b4 100644 --- a/docs/concepts/containers/container-environment-variables.md +++ b/docs/concepts/containers/container-environment-variables.md @@ -31,7 +31,7 @@ It is available through the `hostname` command or the function call in libc. 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, as are any environment variables specified statically in the Docker image. @@ -62,4 +62,4 @@ if [DNS addon](http://releases.k8s.io/{{page.githubbranch}}/cluster/addons/dns/) {% endcapture %} -{% include templates/concept.md %} \ No newline at end of file +{% include templates/concept.md %}