diff --git a/README.md b/README.md index 1246388..f86a5d1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Instant Distance: fast HNSW indexing -[![Build status](https://github.com/InstantDomainSearch/instant-distance/workflows/CI/badge.svg)](https://github.com/djc/quinn/actions?query=workflow%3ACI) +[![Build status](https://github.com/InstantDomain/instant-distance/workflows/CI/badge.svg)](https://github.com/InstantDomain/instant-distance/actions?query=workflow%3ACI) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE-MIT) [![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE-APACHE) diff --git a/instant-distance/Cargo.toml b/instant-distance/Cargo.toml index 5f9bdf0..9ce8675 100644 --- a/instant-distance/Cargo.toml +++ b/instant-distance/Cargo.toml @@ -5,8 +5,8 @@ license = "MIT OR Apache-2.0" authors = ["Dirkjan Ochtman "] edition = "2018" description = "Fast minimal implementation of HNSW maps for approximate nearest neighbors searches" -homepage = "https://github.com/InstantDomainSearch/instant-distance" -repository = "https://github.com/InstantDomainSearch/instant-distance" +homepage = "https://github.com/InstantDomain/instant-distance" +repository = "https://github.com/InstantDomain/instant-distance" documentation = "https://docs.rs/instant-distance" workspace = ".." readme = "../README.md"