The reference doc should not point to the schema page.

This commit is contained in:
Paul Masurel
2017-02-28 21:17:19 +09:00
committed by GitHub
parent ab3440f925
commit 590a8582c9

View File

@@ -32,7 +32,7 @@ Tantivy supports Linux and MacOS. Windows is not supported.
- [tantivy's usage example](http://fulmicoton.com/tantivy-examples/simple_search.html)
- [tantivy-cli and its tutorial](https://github.com/tantivy-search/tantivy-cli).
It will walk you through getting a wikipedia search engine up and running in a few minutes.
- [reference doc](https://tantivy-search.github.io/tantivy/tantivy/schema/index.html).
- [reference doc](https://tantivy-search.github.io/tantivy/tantivy/index.html).
# Compiling