Skip to content

Commit

Permalink
doc(install): fix Solr 9.3 download links
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm authored Aug 24, 2023
1 parent 585dc61 commit eb10b86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/developers/classic-dev-env.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ To install Solr, execute the following commands:

``cd /usr/local/solr``

``curl -O http://archive.apache.org/dist/lucene/solr/9.3.0/solr-9.3.0.tgz``
``curl -O http://archive.apache.org/dist/solr/solr/9.3.0/solr-9.3.0.tgz``

``tar xvfz solr-9.3.0.tgz``

Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/installation/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Become the ``solr`` user and then download and configure Solr::

su - solr
cd /usr/local/solr
wget https://archive.apache.org/dist/lucene/solr/9.3.0/solr-9.3.0.tgz
wget https://archive.apache.org/dist/solr/solr/9.3.0/solr-9.3.0.tgz
tar xvzf solr-9.3.0.tgz
cd solr-9.3.0
cp -r server/solr/configsets/_default server/solr/collection1
Expand Down

0 comments on commit eb10b86

Please sign in to comment.