Skip to content

Commit 6d0db84

Browse files
authored
Merge pull request #34883 from kadtendulkar/kad13
Fix broken hyperlink on Running ZooKeeper, A Distributed System Coordinator page
2 parents b3f2453 + 5281d1b commit 6d0db84

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)