From dc8b00187fdab0a9390a4c91c21bd834933de5ab Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Tue, 3 Oct 2017 17:00:15 -0700 Subject: [PATCH] Update yaml paths. (#5749) --- docs/tasks/federation/set-up-coredns-provider-federation.md | 2 +- docs/tasks/job/parallel-processing-expansion.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tasks/federation/set-up-coredns-provider-federation.md b/docs/tasks/federation/set-up-coredns-provider-federation.md index 4268245dba..ed2cc57189 100644 --- a/docs/tasks/federation/set-up-coredns-provider-federation.md +++ b/docs/tasks/federation/set-up-coredns-provider-federation.md @@ -57,7 +57,7 @@ The CoreDNS default configuration should be customized to suit the federation. Shown below is the Values.yaml, which overrides the default configuration parameters on the CoreDNS chart. -{% include code.html language="yaml" file="Values.yaml" ghlink="/docs/tutorials/federation/Values.yaml" %} +{% include code.html language="yaml" file="Values.yaml" ghlink="/docs/tasks/federation/Values.yaml" %} The above configuration file needs some explanation: diff --git a/docs/tasks/job/parallel-processing-expansion.md b/docs/tasks/job/parallel-processing-expansion.md index 78a2cbf442..6c5e94e8ad 100644 --- a/docs/tasks/job/parallel-processing-expansion.md +++ b/docs/tasks/job/parallel-processing-expansion.md @@ -15,7 +15,7 @@ non-parallel, use of [Jobs](/docs/concepts/jobs/run-to-completion-finite-workloa First, download the following template of a job to a file called `job.yaml` -{% include code.html language="yaml" file="job.yaml" ghlink="/docs/tasks/job/parallel-processing-expansion/job.yaml" %} +{% include code.html language="yaml" file="job.yaml" ghlink="/docs/tasks/job/job.yaml" %} Unlike a *pod template*, our *job template* is not a Kubernetes API type. It is just a yaml representation of a Job object that has some placeholders that need to be filled