From 98b9d5c6c4e8ef2a478c5701e0714a4e3532cd80 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Fri, 21 Feb 2020 09:41:52 +0900 Subject: [PATCH] Closes #780. Will be fixed on the next published release. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a05708eaa..5609a9f62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Paul Masurel "] license = "MIT" categories = ["database-implementations", "data-structures"] description = """Search engine library""" -documentation = "https://tantivy-search.github.io/tantivy/tantivy/index.html" +documentation = "https://docs.rs/tantivy/" homepage = "https://github.com/tantivy-search/tantivy" repository = "https://github.com/tantivy-search/tantivy" readme = "README.md"