Skip to content

Commit

Permalink
SOLR-13640: update README
Browse files Browse the repository at this point in the history
Use new wiki links in readme. Older wiki links still exists, will
be pointed to new links later. For now, redirects are configured

Fixes apache#790
  • Loading branch information
munendrasn committed Jul 20, 2019
1 parent b5a190b commit ebeae0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ebeae0c

Please sign in to comment.