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