From 0b70be98e8fa1d5bfbca3248fd877ee149da1217 Mon Sep 17 00:00:00 2001 From: Evance Soumaoro Date: Mon, 18 Oct 2021 13:31:07 +0000 Subject: [PATCH] Fixed links --- .travis.yml | 6 +++--- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7e43e16..4fd9527 100644 --- a/.travis.yml +++ b/.travis.yml @@ -90,7 +90,7 @@ deploy: tags: true python: 3.8 condition: $TRAVIS_OS_NAME = linux - repo: tantivy-search/tantivy-py + repo: quickwit-inc/tantivy-py # Deploy for macos using maturin directly - provider: script @@ -98,7 +98,7 @@ deploy: on: tags: true condition: $TRAVIS_OS_NAME = osx - repo: tantivy-search/tantivy-py + repo: quickwit-inc/tantivy-py # Deploy for windows using maturin directly - provider: script @@ -106,4 +106,4 @@ deploy: on: tags: true condition: $TRAVIS_OS_NAME = windows - repo: tantivy-search/tantivy-py + repo: quickwit-inc/tantivy-py diff --git a/Cargo.toml b/Cargo.toml index 8d04759..75501b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,4 +22,4 @@ features = ["extension-module"] [package.metadata.maturin] requires-python = ">=3.7" -project-url = { Source = "https://github.com/tantivy-search/tantivy-py" } +project-url = { Source = "https://github.com/quickwit-inc/tantivy-py" } diff --git a/README.md b/README.md index 3e6ad2d..ce5b0e3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/tantivy-search/tantivy-py.svg?branch=master)](https://travis-ci.org/tantivy-search/tantivy-py) +[![Build Status](https://travis-ci.org/quickwit-inc/tantivy-py.svg?branch=master)](https://travis-ci.org/quickwit-inc/tantivy-py) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) tantivy-py