From e5fd30f438800fd43644b7f509f499dc7ee69061 Mon Sep 17 00:00:00 2001 From: Evance Soumaoro Date: Mon, 25 Oct 2021 01:56:04 +0000 Subject: [PATCH] Fixed links (#1177) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2e31f7473..2439b3e7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,8 @@ license = "MIT" categories = ["database-implementations", "data-structures"] description = """Search engine library""" documentation = "https://docs.rs/tantivy/" -homepage = "https://github.com/tantivy-search/tantivy" -repository = "https://github.com/tantivy-search/tantivy" +homepage = "https://github.com/quickwit-inc/tantivy" +repository = "https://github.com/quickwit-inc/tantivy" readme = "README.md" keywords = ["search", "information", "retrieval"] edition = "2018"