From 5b6cb77644057136c90b58d82c041034434bd4c6 Mon Sep 17 00:00:00 2001 From: Julien Maitrehenry Date: Tue, 8 May 2018 15:49:31 -0400 Subject: [PATCH] Fix deadlink --- zookeeper/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zookeeper/content.md b/zookeeper/content.md index 1de2028c9..bb6a4a58e 100644 --- a/zookeeper/content.md +++ b/zookeeper/content.md @@ -94,7 +94,7 @@ The id must be unique within the ensemble and should have a value between 1 and This variable allows you to specify a list of machines of the Zookeeper ensemble. Each entry has the form of `server.id=host:port:port`. Entries are separated with space. Do note that this variable will not have any effect if you start the container with a `/conf` directory that already contains the `zoo.cfg` file. -In 3.5, the syntax of this has changed. Servers should be specified as such: `server.id=::[:role];[:]` [Zookeeper Dynamic Reconfiguration](http://zookeeper.apache.org/doc/trunk/zookeeperReconfig.html) +In 3.5, the syntax of this has changed. Servers should be specified as such: `server.id=::[:role];[:]` [Zookeeper Dynamic Reconfiguration](http://zookeeper.apache.org/doc/r3.5.3-beta/zookeeperReconfig.html) ## Where to store data