mirror of https://github.com/apache/lucene.git
SOLR-3733: fix some paths in README now that docs have a top level index.html and there is no 'api' dir
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr3733@1388233 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
75fda1c3c4
commit
7221554f0a
|
@ -31,7 +31,7 @@ Getting Started
|
|||
See the "example" directory for an example Solr setup. A tutorial
|
||||
using the example setup can be found at
|
||||
http://lucene.apache.org/solr/tutorial.html
|
||||
or linked from "docs/api/index.html" in a binary distribution.
|
||||
or linked from "docs/index.html" in a binary distribution.
|
||||
Also, there are Solr clients for many programming languages, see
|
||||
http://wiki.apache.org/solr/IntegratingSolr
|
||||
|
||||
|
@ -54,7 +54,7 @@ dist/apache-solr-XX.jar
|
|||
Apache Solr Plugins (see http://wiki.apache.org/solr/SolrPlugins for
|
||||
more information).
|
||||
|
||||
docs/api/index.html
|
||||
docs/index.html
|
||||
The Apache Solr Javadoc API documentation and Tutorial
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue