NOBUG fixed doc urls.

This commit is contained in:
Paul Masurel
2016-12-11 21:43:14 +09:00
parent e88adbff5c
commit c0049e8487
2 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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