From 583b6594fda959c3a6dbb6661432c01b44004b34 Mon Sep 17 00:00:00 2001 From: Nolan Brubaker Date: Thu, 21 Nov 2019 21:44:58 -0800 Subject: [PATCH] Fix link to replicated stateful application PR #17430 added a link to the replicated stateless application example, which isn't quite correct for the concepts that are meant to be illustrated. A stateful application, such as MySQL, should have been the actual target of the link. Signed-off-by: Nolan Brubaker --- content/en/docs/concepts/workloads/controllers/statefulset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/controllers/statefulset.md b/content/en/docs/concepts/workloads/controllers/statefulset.md index b45fc3a68db87..205e72bc63f9e 100644 --- a/content/en/docs/concepts/workloads/controllers/statefulset.md +++ b/content/en/docs/concepts/workloads/controllers/statefulset.md @@ -267,7 +267,7 @@ StatefulSet will then begin to recreate the Pods using the reverted template. * Follow an example of [deploying a stateful application](/docs/tutorials/stateful-application/basic-stateful-set/). * Follow an example of [deploying Cassandra with Stateful Sets](/docs/tutorials/stateful-application/cassandra/). -* Follow an example of [running a replicated stateful application](/docs/tasks/run-application/run-stateless-application-deployment/). +* Follow an example of [running a replicated stateful application](/docs/tasks/run-application/run-replicated-stateful-application/). {{% /capture %}}