diff --git a/BUILD.txt b/BUILD.txt index 56d4fa67b20..8c07c215dee 100644 --- a/BUILD.txt +++ b/BUILD.txt @@ -38,7 +38,7 @@ file. However, you might have received this file by some alternate route, or you might have an incomplete copy of the Lucene, so: Lucene releases are available for download at: - http://www.apache.org/dyn/closer.cgi/jakarta/lucene/ + http://www.apache.org/dyn/closer.cgi/lucene/java/ Download either a zip or a tarred/gzipped version of the archive, and uncompress it into a directory of your choice. diff --git a/README.txt b/README.txt index 201bce4b5e4..bda3f0f0200 100644 --- a/README.txt +++ b/README.txt @@ -16,9 +16,12 @@ Please join the Lucene-User mailing list by sending a message to: FILES -lucene-XX.jar +lucene-core-XX.jar The compiled lucene library. +lucene-demos-XX.jar + The compiled simple example code. + docs/index.html The contents of the Lucene website.