From c0049e8487e7e4481dec85cff3753fd8aa367ca1 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Sun, 11 Dec 2016 21:43:14 +0900 Subject: [PATCH] NOBUG fixed doc urls. --- Cargo.toml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 41865e077..34fd7952d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" description = """Tantivy is a search engine library.""" -documentation = "http://fulmicoton.com/tantivy/tantivy/index.html" +documentation = "https://tantivy-search.github.io/tantivy/tantivy/index.html" homepage = "https://github.com/tantivy-search/tantivy" repository = "https://github.com/tantivy-search/tantivy" diff --git a/README.md b/README.md index ff481caf3..a301c4a40 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ It is strongly inspired by Lucene's design. # Getting started - [tantivy's usage example](http://fulmicoton.com/tantivy-examples/simple_search.html) -- [tantivy-cli and its tutorial](https://github.com/fulmicoton/tantivy-cli). +- [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](http://fulmicoton.com/tantivy/tantivy/index.html). +- [reference doc](https://tantivy-search.github.io/tantivy/tantivy/schema/index.html). # Compiling