We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3f2453 + 5281d1b commit 6d0db84Copy full SHA for 6d0db84
content/en/docs/tutorials/stateful-application/zookeeper.md
@@ -305,7 +305,7 @@ numChildren = 0
305
306
### Providing durable storage
307
308
-As mentioned in the [ZooKeeper Basics](#zookeeper-basics) section,
+As mentioned in the [ZooKeeper Basics](#zookeeper) section,
309
ZooKeeper commits all entries to a durable WAL, and periodically writes snapshots
310
in memory state, to storage media. Using WALs to provide durability is a common
311
technique for applications that use consensus protocols to achieve a replicated
0 commit comments