Update links to new GitHub org
This commit is contained in:
parent
bad1f757ce
commit
58e34ef1c2
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Instant Distance: fast HNSW indexing
|
# 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: 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)
|
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE-APACHE)
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,8 @@ license = "MIT OR Apache-2.0"
|
||||||
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
|
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Fast minimal implementation of HNSW maps for approximate nearest neighbors searches"
|
description = "Fast minimal implementation of HNSW maps for approximate nearest neighbors searches"
|
||||||
homepage = "https://github.com/InstantDomainSearch/instant-distance"
|
homepage = "https://github.com/InstantDomain/instant-distance"
|
||||||
repository = "https://github.com/InstantDomainSearch/instant-distance"
|
repository = "https://github.com/InstantDomain/instant-distance"
|
||||||
documentation = "https://docs.rs/instant-distance"
|
documentation = "https://docs.rs/instant-distance"
|
||||||
workspace = ".."
|
workspace = ".."
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
|
|
Loading…
Reference in New Issue