From d1dcbd9655c1449a1d1b68097a8dbe1d77f744a0 Mon Sep 17 00:00:00 2001 From: Adrian Rollett Date: Tue, 18 Feb 2020 12:48:04 -0700 Subject: [PATCH] Fix broken link in solr docs --- docs/extras/solr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extras/solr.md b/docs/extras/solr.md index 7b04f050d..a1f8b6d56 100644 --- a/docs/extras/solr.md +++ b/docs/extras/solr.md @@ -10,7 +10,7 @@ This will connect to the default search core (`collection1`) set up by Solr. If ## Using Different Solr versions -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. +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. 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).