Skip to content

Commit

Permalink
Fix internal link in README (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
bserem authored Nov 15, 2022
1 parent 1224e36 commit 14a5499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ This repository allows you to quickly install Apache Solr for Drupal 9 into a [D

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

* It installs a [`.ddev/docker-compose.solr.yaml`](docker-compose.solr.yaml) using the solr:8 docker image
* A standard Drupal 9 solr configuration is included in [.ddev/solr/conf](.ddev/solr/conf)
* It installs a [`.ddev/docker-compose.solr.yaml`](docker-compose.solr.yaml) using the solr:8 docker image.
* A standard Drupal 9 solr configuration is included in [.ddev/solr/conf](solr/conf).
* 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`.

## Interacting with Apache Solr
Expand Down

0 comments on commit 14a5499

Please sign in to comment.