From 9fb5058b292be8b83de474c250fcc861aab5b4e9 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Mon, 15 Jul 2019 19:35:44 +0900 Subject: [PATCH] Fixed links (#592) Closes #591 --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 8eefccb3e..85d2541a1 100755 --- a/src/lib.rs +++ b/src/lib.rs @@ -105,8 +105,8 @@ //! //! A good place for you to get started is to check out //! the example code ( -//! [literate programming](http://fulmicoton.com/tantivy-examples/simple_search.html) / -//! [source code](https://github.com/fulmicoton/tantivy/blob/master/examples/simple_search.rs)) +//! [literate programming](https://tantivy-search.github.io/examples/basic_search.html) / +//! [source code](https://github.com/tantivy-search/tantivy/blob/master/examples/basic_search.rs)) #[macro_use] extern crate serde_derive;