From e448f859ce004030143cbed350572d90651836e9 Mon Sep 17 00:00:00 2001 From: "Justin W. Flory" Date: Fri, 14 Jul 2017 09:53:53 -0500 Subject: [PATCH] Fix redirected link Updates the reference to bring you to the right location on the current page (instead of leaving you at the top) --- docs/concepts/workloads/controllers/daemonset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/workloads/controllers/daemonset.md b/docs/concepts/workloads/controllers/daemonset.md index fbd3bf4f1f..7bc25411f9 100644 --- a/docs/concepts/workloads/controllers/daemonset.md +++ b/docs/concepts/workloads/controllers/daemonset.md @@ -38,7 +38,7 @@ A DaemonSet also needs a [`.spec`](https://git.k8s.io/community/contributors/dev The `.spec.template` is the only required field of the `.spec`. -The `.spec.template` is a [pod template](/docs/user-guide/replication-controller/#pod-template). +The `.spec.template` is a [pod template](/docs/concepts/workloads/controllers/replicationcontroller/#pod-template). It has exactly the same schema as a [pod](/docs/user-guide/pods), except it is nested and does not have an `apiVersion` or `kind`.