From f2eece05ff316624beb9e275639a336d29eb41d3 Mon Sep 17 00:00:00 2001 From: Beau Hartshorne Date: Tue, 28 May 2024 15:01:30 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2a0bc8..16c9967 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 -[InstantDomainSearch.com][ids] backend services used for word vector indexing. +[Instant Domains](https://instantdomains.com) backend services used for word vector indexing. ## What it does