From ca8aa6a7ee4216190e56291c536873237517d13d Mon Sep 17 00:00:00 2001 From: "Chris M. Hostetter" Date: Tue, 3 Apr 2012 16:31:09 +0000 Subject: [PATCH] fix URLs in docs to not rely on redirects git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1309022 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/BUILD.txt | 2 +- solr/README.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lucene/BUILD.txt b/lucene/BUILD.txt index efb2233ddd2..a440ae63e9f 100644 --- a/lucene/BUILD.txt +++ b/lucene/BUILD.txt @@ -99,7 +99,7 @@ For further information on Lucene, go to: http://lucene.apache.org/ Please join the Lucene-User mailing list by visiting this site: - http://lucene.apache.org/java/docs/mailinglists.html + http://lucene.apache.org/core/discussion.html Please post suggestions, questions, corrections or additions to this document to the lucene-user mailing list. diff --git a/solr/README.txt b/solr/README.txt index a465a7669b9..a6511a95879 100644 --- a/solr/README.txt +++ b/solr/README.txt @@ -81,7 +81,7 @@ Instructions for Building Apache Solr from Source Alternately, you can obtain a copy of the latest Apache Solr source code directly from the Subversion repository: - http://lucene.apache.org/solr/version_control.html + http://lucene.apache.org/solr/versioncontrol.html 4. Navigate to the "solr" folder and issue an "ant" command to see the available options for building, testing, and packaging Solr.