From ebeae0c889b449797a374ba83223f655f7b8a39d Mon Sep 17 00:00:00 2001 From: Munendra S N Date: Sat, 20 Jul 2019 18:31:48 +0530 Subject: [PATCH] SOLR-13640: update README Use new wiki links in readme. Older wiki links still exists, will be pointed to new links later. For now, redirects are configured Fixes #790 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0198519b442..1eec5aee00c 100644 --- a/README.md +++ b/README.md @@ -85,9 +85,9 @@ Ant can be used to generate project files compatible with most common IDEs. Run the ant command corresponding to your IDE of choice before attempting to import Lucene/Solr. -- *Eclipse* - `ant eclipse` (See [this](https://wiki.apache.org/solr/HowToConfigureEclipse) for details) -- *IntelliJ* - `ant idea` (See [this](https://wiki.apache.org/lucene-java/HowtoConfigureIntelliJ) for details) -- *Netbeans* - `ant netbeans` (See [this](https://wiki.apache.org/lucene-java/HowtoConfigureNetbeans) for details) +- *Eclipse* - `ant eclipse` (See [this](https://cwiki.apache.org/confluence/display/solr/HowToConfigureEclipse) for details) +- *IntelliJ* - `ant idea` (See [this](https://cwiki.apache.org/confluence/display/lucene/HowtoConfigureIntelliJ) for details) +- *Netbeans* - `ant netbeans` (See [this](https://cwiki.apache.org/confluence/display/lucene/HowtoConfigureNetbeans) for details) ## Running Tests @@ -104,7 +104,7 @@ ways. For an exhaustive discussion of the options available, run: ## Contributing Please review the [Contributing to Solr -Guide](https://wiki.apache.org/solr/HowToContribute) for information on +Guide](https://cwiki.apache.org/confluence/display/solr/HowToContribute) for information on contributing. ## Discussion and Support