From fcb1316686ad782b75b3d3bddf34e41002efb2d5 Mon Sep 17 00:00:00 2001 From: kadtendulkar Date: Tue, 5 Jul 2022 22:33:03 +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 cc2bd853f6..e87e92640d 100644 --- a/content/en/docs/tutorials/stateful-application/zookeeper.md +++ b/content/en/docs/tutorials/stateful-application/zookeeper.md @@ -123,7 +123,7 @@ zk-2 1/1 Running 0 40s ``` The StatefulSet controller creates three Pods, and each Pod has a container with -a [ZooKeeper](https://www-us.apache.org/dist/zookeeper/stable/) server. +a [ZooKeeper](https://archive.apache.org/dist/zookeeper/stable/) server. ### Facilitating leader election