diff --git a/docs/concepts/workloads/controllers/replicationcontroller.md b/docs/concepts/workloads/controllers/replicationcontroller.md index 8c3b12cd72..f7c0b4f723 100644 --- a/docs/concepts/workloads/controllers/replicationcontroller.md +++ b/docs/concepts/workloads/controllers/replicationcontroller.md @@ -137,7 +137,7 @@ ReplicationController thinks that it created the other pods. Kubernetes does no from doing this. If you do end up with multiple controllers that have overlapping selectors, you -will have to manage the deletion yourself (see [below](#updating-a-replication-controller)). +will have to manage the deletion yourself (see [below](#working-with-replicationcontrollers)). ### Multiple Replicas