diff --git a/CHANGELOG.md b/CHANGELOG.md index 9301c450c..51a425a68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,7 +65,7 @@ Tantivy 0.12.0 ## How to update? Crates relying on custom tokenizer, or registering tokenizer in the manager will require some -minor changes. Check https://github.com/tantivy-search/tantivy/blob/master/examples/custom_tokenizer.rs +minor changes. Check https://github.com/tantivy-search/tantivy/blob/main/examples/custom_tokenizer.rs to check for some code sample. Tantivy 0.11.3 diff --git a/README.md b/README.md index 76b1624d5..ab0c48975 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -[![Build Status](https://travis-ci.org/tantivy-search/tantivy.svg?branch=master)](https://travis-ci.org/tantivy-search/tantivy) -[![codecov](https://codecov.io/gh/tantivy-search/tantivy/branch/master/graph/badge.svg)](https://codecov.io/gh/tantivy-search/tantivy) +[![Build Status](https://travis-ci.org/tantivy-search/tantivy.svg?branch=main)](https://travis-ci.org/tantivy-search/tantivy) +[![codecov](https://codecov.io/gh/tantivy-search/tantivy/branch/main/graph/badge.svg)](https://codecov.io/gh/tantivy-search/tantivy) [![Join the chat at https://gitter.im/tantivy-search/tantivy](https://badges.gitter.im/tantivy-search/tantivy.svg)](https://gitter.im/tantivy-search/tantivy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![Build status](https://ci.appveyor.com/api/projects/status/r7nb13kj23u8m9pj/branch/master?svg=true)](https://ci.appveyor.com/project/fulmicoton/tantivy/branch/master) +[![Build status](https://ci.appveyor.com/api/projects/status/r7nb13kj23u8m9pj/branch/main?svg=true)](https://ci.appveyor.com/project/fulmicoton/tantivy/branch/main) [![Crates.io](https://img.shields.io/crates/v/tantivy.svg)](https://crates.io/crates/tantivy) ![Tantivy](https://tantivy-search.github.io/logo/tantivy-logo.png) diff --git a/src/lib.rs b/src/lib.rs index 33baf80d7..f23be985d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -96,7 +96,7 @@ //! A good place for you to get started is to check out //! the example code ( //! [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)) +//! [source code](https://github.com/tantivy-search/tantivy/blob/main/examples/basic_search.rs)) #[cfg_attr(test, macro_use)] extern crate serde_json;