Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit 01db6ab

Browse files
authored
Merge pull request #2011 from acrollet/master
Fix broken link in solr docs
2 parents 1f02b53 + d1dcbd9 commit 01db6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extras/solr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This will connect to the default search core (`collection1`) set up by Solr. If
1010

1111
## Using Different Solr versions
1212

13-
Drupal VM installs Apache Solr 5.x by default, but you can use 6.x, 4.x, or other versions instead. To do this, [see the version-specific test examples](https://github.com/geerlingguy/ansible-role-solr/tree/master/tests) in the `geerlingguy.solr` role.
13+
Drupal VM installs Apache Solr 5.x by default, but you can use 6.x, 4.x, or other versions instead. To do this, [see the version-specific playbook examples](https://github.com/geerlingguy/ansible-role-solr/tree/master/molecule/default) in the `geerlingguy.solr` role.
1414

1515
One important note: If you use Solr 6.x or later, you need to make sure your VM has Java 8+. Some older base OSes only install Java 7. To install Java 8, see the `geerlingguy.java` role examples for [installing Java 8 on RHEL/CentOS or Ubuntu < 16.04](https://github.com/geerlingguy/ansible-role-java#example-playbook-install-openjdk-8).
1616

0 commit comments

Comments
 (0)