Change reference to downward api pod to link in doc

This commit is contained in:
Paul Morie 2015-05-22 21:51:12 -04:00
parent 4292866c03
commit a4045d7da1

View File

@ -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