From 14e6c9be688f83db3a28a1dcc08322fff8408284 Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Fri, 10 Jul 2015 12:39:25 -0700 Subject: [PATCH] standardize on - instead of _ in file names --- environment-guide/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment-guide/README.md b/environment-guide/README.md index 49825040..c0453086 100644 --- a/environment-guide/README.md +++ b/environment-guide/README.md @@ -82,7 +82,7 @@ Backend Namespace: default First the frontend pod's information is printed. The pod name and [namespace](../../docs/design/namespaces.md) are retreived from the -[Downward API](../../docs/downward_api.md). Next, `USER_VAR` is the name of +[Downward API](../../docs/downward-api.md). Next, `USER_VAR` is the name of an environment variable set in the [pod definition](show-rc.yaml). Then, the dynamic kubernetes environment variables are scanned and printed. These are used to find the backend