From 0c4b195578e28edf4f4f34c5f0b3fb0444729ee6 Mon Sep 17 00:00:00 2001 From: Beau Hartshorne Date: Tue, 28 May 2024 15:30:59 -0700 Subject: [PATCH] Update README.md (#62) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16c9967..e70a992 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](https://instantdomains.com) backend services used for word vector indexing. +[Instant Domains][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 -[ids]: https://instantdomainsearch.com/ +[domains]: https://instantdomains.com/ [translations]: https://instantdomainsearch.com/engineering/how-to-use-fasttext-for-instant-translations