This is an automated email from the ASF dual-hosted git repository. janhoy pushed a commit to tag history/branches/lucene-solr/branch_7_1 in repository https://gitbox.apache.org/repos/asf/solr.git
commit 6600bd5619bcfcfb7fb54fe7013e80152eafd001 Author: Cassandra Targett <[email protected]> AuthorDate: Thu Oct 19 16:40:19 2017 -0500 SOLR-8852: change wiki link in solr/server/solr/README.txt to point to the Ref Guide --- solr/server/solr/README.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/solr/server/solr/README.txt b/solr/server/solr/README.txt index 6e572bc..6404f2c 100644 --- a/solr/server/solr/README.txt +++ b/solr/server/solr/README.txt @@ -60,7 +60,7 @@ defined in core.properties. For an example of core.properties, please see: example/solr/collection1/core.properties For more information about core discovery, please see: -https://lucene.apache.org/solr/guide/defining-core-properties.html +https://lucene.apache.org/solr/guide/defining-core-properties.html * A Shared 'lib' Directory * @@ -72,6 +72,6 @@ Solr Home Directory. When using SolrCloud using the embedded ZooKeeper option for Solr, it is common to have a "zoo.cfg" file and "zoo_data" directories in the Solr Home -Directory. Please see the SolrCloud wiki page for more details... +Directory. Please see the SolrCloud documentation for more details. -https://wiki.apache.org/solr/SolrCloud +https://lucene.apache.org/solr/guide/solrcloud.html
