From 080f53c5672cdd27af150b3eba6b6625f2acb368 Mon Sep 17 00:00:00 2001 From: Quinton Hoole Date: Wed, 19 Aug 2015 08:41:30 -0700 Subject: [PATCH] Fix typo in downward-api/README.md --- docs/user-guide/downward-api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/downward-api/README.md b/docs/user-guide/downward-api/README.md index c93bbce2011..9a857d0b190 100644 --- a/docs/user-guide/downward-api/README.md +++ b/docs/user-guide/downward-api/README.md @@ -33,7 +33,7 @@ Documentation for other releases can be found at # Downward API example -Following this example, you will create a pod with a containers that consumes the pod's name and +Following this example, you will create a pod with a container that consumes the pod's name and namespace using the [downward API](../downward-api.md). ## Step Zero: Prerequisites