From 1089bbd73bfade6f07d0e64dfdac390dbd25b75d Mon Sep 17 00:00:00 2001 From: Munendra S N Date: Tue, 23 Jul 2019 21:07:57 +0530 Subject: [PATCH] SOLR-13191: correct the zookeeper link in ref-guide --- solr/solr-ref-guide/src/command-line-utilities.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/solr-ref-guide/src/command-line-utilities.adoc b/solr/solr-ref-guide/src/command-line-utilities.adoc index f9605b97643..8c5ce09cb75 100644 --- a/solr/solr-ref-guide/src/command-line-utilities.adoc +++ b/solr/solr-ref-guide/src/command-line-utilities.adoc @@ -29,7 +29,7 @@ Many of the functions provided by the zkCli.sh script are also provided by the < .Solr's zkcli.sh vs ZooKeeper's zkCli.sh [IMPORTANT] ==== -The `zkcli.sh` provided by Solr is not the same as the https://zookeeper.apache.org/doc/trunk/zookeeperStarted.html#sc_ConnectingToZooKeeper[`zkCli.sh` included in ZooKeeper distributions]. +The `zkcli.sh` provided by Solr is not the same as the https://zookeeper.apache.org/doc/current/zookeeperStarted.html#sc_ConnectingToZooKeeper[`zkCli.sh` included in ZooKeeper distributions]. ZooKeeper's `zkCli.sh` provides a completely general, application-agnostic shell for manipulating data in ZooKeeper. Solr's `zkcli.sh` – discussed in this section – is specific to Solr, and has command line arguments specific to dealing with Solr data in ZooKeeper. ====