From 92cf08fe2147c6b6c2e5133161f5a3a678293b5f Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Sun, 11 Dec 2016 21:40:12 +0900 Subject: [PATCH] NOBUG updated broken links. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3944981..0ac4820 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -`tantivy-cli` is the project hosting the command line interface for [tantivy](https://github.com/fulmicoton/tantivy), a search engine project. +`tantivy-cli` is the project hosting the command line interface for [tantivy](https://github.com/tantivy-search/tantivy), a search engine project. # Tutorial: Indexing Wikipedia with Tantivy CLI @@ -35,14 +35,14 @@ Let's create a directory in which your index will be stored. We will now initialize the index and create its schema. -The [schema](http://fulmicoton.com/tantivy/tantivy/schema/index.html) defines +The [schema](https://tantivy-search.github.io/tantivy/tantivy/schema/index.html) defines the list of your fields, and for each field: - its name - its type, currently `u32` or `str` - how it should be indexed. You can find more information about the latter on -[tantivy's schema documentation page](http://fulmicoton.com/tantivy/tantivy/schema/index.html +[tantivy's schema documentation page](https://tantivy-search.github.io/tantivy/tantivy/schema/index.html In our case, our documents will contain * a title