From 9e6df026c4c72ea7f70898661153f5c1bc9e65f4 Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang Date: Thu, 18 May 2017 17:23:51 +0800 Subject: [PATCH] Delete a meaningless link The link direct to its own section. There is not meaningful. --- docs/concepts/workloads/controllers/replicationcontroller.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/workloads/controllers/replicationcontroller.md b/docs/concepts/workloads/controllers/replicationcontroller.md index 220d3010ca..288eeeaffb 100644 --- a/docs/concepts/workloads/controllers/replicationcontroller.md +++ b/docs/concepts/workloads/controllers/replicationcontroller.md @@ -96,7 +96,7 @@ A ReplicationController also needs a [`.spec` section](https://github.com/kubern The `.spec.template` is the only required field of the `.spec`. -The `.spec.template` is a [pod template](#pod-template). It has exactly +The `.spec.template` is a pod template. It has exactly the same schema as a [pod](/docs/concepts/workloads/pods/pod/), except it is nested and does not have an `apiVersion` or `kind`.