From be9e37e8d9492f3eb319f9a2f0fe7f204687d8f1 Mon Sep 17 00:00:00 2001 From: Rajakavitha1 <37059749+Rajakavitha1@users.noreply.github.com> Date: Sun, 15 Apr 2018 03:32:59 +0530 Subject: [PATCH] Fixed a broken link on line 13 (#8077) minor fix --- docs/concepts/workloads/controllers/replicaset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/workloads/controllers/replicaset.md b/docs/concepts/workloads/controllers/replicaset.md index b3d4bfa502..03bcf9538d 100644 --- a/docs/concepts/workloads/controllers/replicaset.md +++ b/docs/concepts/workloads/controllers/replicaset.md @@ -23,7 +23,7 @@ whereas a Replication Controller only supports equality-based selector requireme Most [`kubectl`](/docs/user-guide/kubectl/) commands that support Replication Controllers also support ReplicaSets. One exception is the -[`rolling-update`](docs/reference/generated/kubectl/kubectl-commands#rolling-update) command. If +[`rolling-update`](/docs/reference/generated/kubectl/kubectl-commands#rolling-update) command. If you want the rolling update functionality please consider using Deployments instead. Also, the [`rolling-update`](/docs/reference/generated/kubectl/kubectl-commands#rolling-update) command is