From 5281d1b6c7091cb9a4c1e95b1f6c455109e02801 Mon Sep 17 00:00:00 2001 From: kadtendulkar Date: Fri, 8 Jul 2022 22:17:18 +0530 Subject: [PATCH] Update content/en/docs/tutorials/stateful-application/zookeeper.md --- content/en/docs/tutorials/stateful-application/zookeeper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tutorials/stateful-application/zookeeper.md b/content/en/docs/tutorials/stateful-application/zookeeper.md index e87e92640d..3f57ab3ad4 100644 --- a/content/en/docs/tutorials/stateful-application/zookeeper.md +++ b/content/en/docs/tutorials/stateful-application/zookeeper.md @@ -305,7 +305,7 @@ numChildren = 0 ### Providing durable storage -As mentioned in the [ZooKeeper Basics](#zookeeper-basics) section, +As mentioned in the [ZooKeeper Basics](#zookeeper) section, ZooKeeper commits all entries to a durable WAL, and periodically writes snapshots in memory state, to storage media. Using WALs to provide durability is a common technique for applications that use consensus protocols to achieve a replicated