Merge pull request #35 from quickwit-inc/fix-links

Fixed links
master
PSeitz 2021-10-19 10:32:41 +08:00 committed by GitHub
commit d34fbc887c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -90,7 +90,7 @@ deploy:
tags: true tags: true
python: 3.8 python: 3.8
condition: $TRAVIS_OS_NAME = linux condition: $TRAVIS_OS_NAME = linux
repo: tantivy-search/tantivy-py repo: quickwit-inc/tantivy-py
# Deploy for macos using maturin directly # Deploy for macos using maturin directly
- provider: script - provider: script
@ -98,7 +98,7 @@ deploy:
on: on:
tags: true tags: true
condition: $TRAVIS_OS_NAME = osx condition: $TRAVIS_OS_NAME = osx
repo: tantivy-search/tantivy-py repo: quickwit-inc/tantivy-py
# Deploy for windows using maturin directly # Deploy for windows using maturin directly
- provider: script - provider: script
@ -106,4 +106,4 @@ deploy:
on: on:
tags: true tags: true
condition: $TRAVIS_OS_NAME = windows condition: $TRAVIS_OS_NAME = windows
repo: tantivy-search/tantivy-py repo: quickwit-inc/tantivy-py

View File

@ -22,4 +22,4 @@ features = ["extension-module"]
[package.metadata.maturin] [package.metadata.maturin]
requires-python = ">=3.7" requires-python = ">=3.7"
project-url = { Source = "https://github.com/tantivy-search/tantivy-py" } project-url = { Source = "https://github.com/quickwit-inc/tantivy-py" }

View File

@ -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) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
tantivy-py tantivy-py