From f92dfa1cb8ab3c6344777bd511fb173eed0ac741 Mon Sep 17 00:00:00 2001 From: "Wook-Jin, Lee" Date: Tue, 26 Nov 2019 06:43:09 +0200 Subject: [PATCH] Fixed the link (#17731) --- 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 %}}