From 8f8a777ae20611dee1fde0622b954825b85df84a Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Tue, 29 Mar 2016 17:01:37 -0700 Subject: [PATCH] Fix for yaml file ref --- docs/user-guide/downward-api/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/downward-api/index.md b/docs/user-guide/downward-api/index.md index 2932423ecd..bbc0bf58f0 100644 --- a/docs/user-guide/downward-api/index.md +++ b/docs/user-guide/downward-api/index.md @@ -52,7 +52,7 @@ environment variable they want. This is an example of a pod that consumes its name and namespace via the downward API: -{% include code.html language="yaml" file="downward-api/dapi-pod.yaml" ghlink="/docs/user-guide/downward-api/dapi-pod.yaml" %} +{% include code.html language="yaml" file="dapi-pod.yaml" ghlink="/docs/user-guide/downward-api/dapi-pod.yaml" %} ### Downward API volume @@ -86,7 +86,7 @@ In future, it will be possible to specify a specific annotation or label. This is an example of a pod that consumes its labels and annotations via the downward API volume, labels and annotations are dumped in `/etc/labels` and in `/etc/annotations`, respectively: -{% include code.html language="yaml" file="downward-api/volume/dapi-volume.yaml" ghlink="/docs/user-guide/downward-api/volume/dapi-volume.yaml" %} +{% include code.html language="yaml" file="volume/dapi-volume.yaml" ghlink="/docs/user-guide/downward-api/volume/dapi-volume.yaml" %} Some more thorough examples: