From be67fdde406ec55349e46bfc286a3617a33301f7 Mon Sep 17 00:00:00 2001 From: Beau Hartshorne Date: Wed, 24 Jul 2024 11:39:34 -0700 Subject: [PATCH] Update README.md (#64) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e70a992..1c8037e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Instance Distance is a fast pure-Rust implementation of the [Hierarchical Navigable Small Worlds paper][paper] by Malkov and Yashunin for finding approximate nearest neighbors. This implementation powers the -[Instant Domains][domains] backend services used for word vector indexing. +[Instant Domain Search][domains] backend services used for word vector indexing. ## What it does @@ -72,5 +72,5 @@ make test-python ``` [paper]: https://arxiv.org/abs/1603.09320 -[domains]: https://instantdomains.com/ -[translations]: https://instantdomainsearch.com/engineering/how-to-use-fasttext-for-instant-translations +[domains]: https://instantdomains.com/search +[translations]: https://instantdomains.com/engineering/how-to-use-fasttext-for-instant-translations