From a79a8174b6720559acd290b70c8a9ce21c050f95 Mon Sep 17 00:00:00 2001 From: Bill Dueber Date: Fri, 27 Sep 2024 09:58:39 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65f1c34..7a4cfc0 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Confusingly, there are three separate repositories: the argocd repository, and especially [lib/dromedary/services.rb](lib/dromedary/services.rb) will be the best place to see what values are available to change. _Don't do that unless you know what you're doing, though_. -* [Solr setup](docs/solr_setup.md) looks at the interesting bits of the +* [Solr setup](docs/solr.md) looks at the interesting bits of the solr configuration, in particular the suggesters (for autocomplete). * [Tour of the application code](docs/application_code.md) is a quick look at how the MED differs from a stock Rails application.