SOLR-13191: correct the zookeeper link in ref-guide

This commit is contained in:
Munendra S N 2019-07-23 21:07:57 +05:30
parent b756cccf44
commit eae7a46be9
1 changed files with 1 additions and 1 deletions

View File

@ -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.
====