From 5b955f9de2df46a68b419a19dab35c617684bb62 Mon Sep 17 00:00:00 2001 From: "alex.huang" Date: Fri, 12 Jun 2020 19:59:44 +1000 Subject: [PATCH] fixed broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 525840206..b2540e2d7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ We are currently running 2 development branches ## Build notes This library is built with maven. By default a `mvn install` will try to run a test suite which will fail without a local installation of a name index. -The name index can be downloaded [here](http://biocache.ala.org.au/archives/nameindexes/20160229/namematching.tgz) and needs to be extracted to the +The name index can be downloaded [here](https://s3.amazonaws.com/ala-nameindexes/latest/namematching.tgz) and needs to be extracted to the directory `/data/lucene/namematching` or wherever the ```name.dir``` is configured to point to in your ``` /data/biocache/config/biocache-config.properties ``` file.