This is an automated email from the ASF dual-hosted git repository.
epugh pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new 49838aae732 Update to mention bin/solr (#2752)
49838aae732 is described below
commit 49838aae732a23cf5a9821f9c7fa841a1442b683
Author: Eric Pugh <[email protected]>
AuthorDate: Tue Oct 8 10:21:05 2024 -0400
Update to mention bin/solr (#2752)
---
solr/solr-ref-guide/modules/deployment-guide/pages/enabling-ssl.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/solr/solr-ref-guide/modules/deployment-guide/pages/enabling-ssl.adoc
b/solr/solr-ref-guide/modules/deployment-guide/pages/enabling-ssl.adoc
index de6f860c331..234863ddc15 100644
--- a/solr/solr-ref-guide/modules/deployment-guide/pages/enabling-ssl.adoc
+++ b/solr/solr-ref-guide/modules/deployment-guide/pages/enabling-ssl.adoc
@@ -225,7 +225,7 @@ This section assumes you have created and started an
external ZooKeeper.
See xref:zookeeper-ensemble.adoc[] for more information.
The `urlScheme` cluster-wide property needs to be set to `https` before any
Solr node starts up.
-The examples below use the `zkcli` tool that comes with Solr to do this.
+The examples below use the `bin/solr` tool that comes with Solr to do this.
[tabs#zkclusterprops]
======