Fix redirected link

Updates the reference to bring you to the right location on the current page (instead of leaving you at the top)
This commit is contained in:
Justin W. Flory
2017-07-14 09:53:53 -05:00
committed by Andrew Chen
parent 14df916093
commit e448f859ce
@@ -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`.