From 590a8582c9e0891f006cbaeb47b5eb2196dd372b Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Tue, 28 Feb 2017 21:17:19 +0900 Subject: [PATCH] The reference doc should not point to the schema page. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6863b2db..054f62f47 100644 --- a/README.md +++ b/README.md @@ -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