diff --git a/examples/downward-api/README.md b/examples/downward-api/README.md index 468da615ddd..e189d60be6c 100644 --- a/examples/downward-api/README.md +++ b/examples/downward-api/README.md @@ -1,7 +1,7 @@ # Downward API example Following this example, you will create a pod with a containers that consumes the pod's name and -namespace using the downward API. +namespace using the [downward API](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/downward_api.md). ## Step Zero: Prerequisites