From f32b42537a9ddac5d4ee0f99a84f86423e5fff57 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 31 Aug 2021 14:10:13 +0200 Subject: [PATCH] Update links to point to new GitHub org --- README.md | 4 ++-- instant-segment-py/Cargo.toml | 4 ++-- instant-segment/Cargo.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 400f8b4..cadfd6b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Documentation](https://docs.rs/instant-segment/badge.svg)](https://docs.rs/instant-segment/) [![Crates.io](https://img.shields.io/crates/v/instant-segment.svg)](https://crates.io/crates/instant-segment) [![PyPI](https://img.shields.io/pypi/v/instant-segment)](https://pypi.org/project/instant-segment/) -[![Build status](https://github.com/InstantDomainSearch/instant-segment/workflows/CI/badge.svg)](https://github.com/InstantDomainSearch/instant-segment/actions?query=workflow%3ACI) +[![Build status](https://github.com/InstantDomain/instant-segment/workflows/CI/badge.svg)](https://github.com/InstantDomain/instant-segment/actions?query=workflow%3ACI) [![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE-APACHE) Instant Segment is a fast Apache-2.0 library for English word segmentation. It @@ -103,4 +103,4 @@ make test-python [story]: https://instantdomainsearch.com/engineering/instant-word-segmentation-with-rust [book]: http://oreilly.com/catalog/9780596157111/ [distributed]: https://catalog.ldc.upenn.edu/LDC2006T13 -[issues]: https://github.com/InstantDomainSearch/instant-segment/issues +[issues]: https://github.com/InstantDomain/instant-segment/issues diff --git a/instant-segment-py/Cargo.toml b/instant-segment-py/Cargo.toml index bb64750..7e28a76 100644 --- a/instant-segment-py/Cargo.toml +++ b/instant-segment-py/Cargo.toml @@ -6,8 +6,8 @@ edition = "2018" license = "Apache-2.0" workspace = ".." description = "Fast English word segmentation" -homepage = "https://github.com/InstantDomainSearch/instant-segment" -repository = "https://github.com/InstantDomainSearch/instant-segment" +homepage = "https://github.com/InstantDomain/instant-segment" +repository = "https://github.com/InstantDomain/instant-segment" documentation = "https://docs.rs/instant-segment" readme = "../README.md" diff --git a/instant-segment/Cargo.toml b/instant-segment/Cargo.toml index 5287a14..259e1c1 100644 --- a/instant-segment/Cargo.toml +++ b/instant-segment/Cargo.toml @@ -5,8 +5,8 @@ authors = ["Dirkjan Ochtman "] edition = "2018" license = "Apache-2.0" description = "Fast English word segmentation" -homepage = "https://github.com/InstantDomainSearch/instant-segment" -repository = "https://github.com/InstantDomainSearch/instant-segment" +homepage = "https://github.com/InstantDomain/instant-segment" +repository = "https://github.com/InstantDomain/instant-segment" documentation = "https://docs.rs/instant-segment" readme = "../README.md"