Skip to content

Commit 5281d1b

Browse files
committed
Update content/en/docs/tutorials/stateful-application/zookeeper.md
1 parent 19e9655 commit 5281d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tutorials/stateful-application/zookeeper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ numChildren = 0
305305

306306
### Providing durable storage
307307

308-
As mentioned in the [ZooKeeper Basics](#zookeeper-basics) section,
308+
As mentioned in the [ZooKeeper Basics](#zookeeper) section,
309309
ZooKeeper commits all entries to a durable WAL, and periodically writes snapshots
310310
in memory state, to storage media. Using WALs to provide durability is a common
311311
technique for applications that use consensus protocols to achieve a replicated

0 commit comments

Comments
 (0)