From fb3adfe7db2be225926d84390cc018a04a58bddf Mon Sep 17 00:00:00 2001 From: Marcin Wielgus Date: Sat, 27 Jun 2015 11:49:33 +0200 Subject: [PATCH] Add link to downward api in downward example --- 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 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