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
This commit is contained in:
Munendra S N 2019-07-20 18:31:48 +05:30
parent b5a190b576
commit ebeae0c889
1 changed files with 4 additions and 4 deletions

View File

@ -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 Run the ant command corresponding to your IDE of choice before attempting to
import Lucene/Solr. import Lucene/Solr.
- *Eclipse* - `ant eclipse` (See [this](https://wiki.apache.org/solr/HowToConfigureEclipse) for details) - *Eclipse* - `ant eclipse` (See [this](https://cwiki.apache.org/confluence/display/solr/HowToConfigureEclipse) for details)
- *IntelliJ* - `ant idea` (See [this](https://wiki.apache.org/lucene-java/HowtoConfigureIntelliJ) for details) - *IntelliJ* - `ant idea` (See [this](https://cwiki.apache.org/confluence/display/lucene/HowtoConfigureIntelliJ) for details)
- *Netbeans* - `ant netbeans` (See [this](https://wiki.apache.org/lucene-java/HowtoConfigureNetbeans) for details) - *Netbeans* - `ant netbeans` (See [this](https://cwiki.apache.org/confluence/display/lucene/HowtoConfigureNetbeans) for details)
## Running Tests ## Running Tests
@ -104,7 +104,7 @@ ways. For an exhaustive discussion of the options available, run:
## Contributing ## Contributing
Please review the [Contributing to Solr 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. contributing.
## Discussion and Support ## Discussion and Support