Skip to content

Commit 14a5499

Browse files
authored
Fix internal link in README (#9)
1 parent 1224e36 commit 14a5499

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ This repository allows you to quickly install Apache Solr for Drupal 9 into a [D
2323

2424
This is the classic Drupal solr:8 recipe used for a long time by Drupal users and compatible with search_api_solr.
2525

26-
* It installs a [`.ddev/docker-compose.solr.yaml`](docker-compose.solr.yaml) using the solr:8 docker image
27-
* A standard Drupal 9 solr configuration is included in [.ddev/solr/conf](.ddev/solr/conf)
26+
* It installs a [`.ddev/docker-compose.solr.yaml`](docker-compose.solr.yaml) using the solr:8 docker image.
27+
* A standard Drupal 9 solr configuration is included in [.ddev/solr/conf](solr/conf).
2828
* A [.ddev/docker-entrypoint-initdb.d/solr-configupdate.sh](solr/docker-entrypoint-initdb.d/solr-configupdate.sh) is included and mounted into the solr container so that you can change solr config in .ddev/solr/conf with just a `ddev restart`.
2929

3030
## Interacting with Apache Solr

0 commit comments

Comments
 (0)