From a4045d7da1b09b50702af3ea1c6585fa0ea337b5 Mon Sep 17 00:00:00 2001 From: Paul Morie Date: Fri, 22 May 2015 21:51:12 -0400 Subject: [PATCH] Change reference to downward api pod to link in doc --- examples/downward-api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/downward-api/README.md b/examples/downward-api/README.md index 0770e6b0a5b..cbc53420bf6 100644 --- a/examples/downward-api/README.md +++ b/examples/downward-api/README.md @@ -14,7 +14,7 @@ started](../../docs/getting-started-guides) for installation instructions for yo Containers consume the downward API using environment variables. The downward API allows containers to be injected with the name and namespace of the pod the container is in. -Use the `examples/downward-api/dapi-pod.yaml` file to create a Pod with a container that consumes the +Use the [`examples/downward-api/dapi-pod.yaml`](dapi-pod.yaml) file to create a Pod with a container that consumes the downward API. ```shell