From 035455cacd2e81e01a06d50f059f202a4f0b9194 Mon Sep 17 00:00:00 2001
From: Savio Mak <96855131+Glinte@users.noreply.github.com>
Date: Wed, 8 Jan 2025 17:03:15 +0800
Subject: [PATCH 1/2] Update quickstart link
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index d06789d..7c26d3e 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ pip install vecs
## Usage
-Visit the [quickstart guide](https://supabase.github.io/vecs/latest/api) for more complete info.
+Visit the [quickstart guide](https://supabase.github.io/vecs/api) for more complete info.
```python
import vecs
From bae299a0710204ce03358ef8c87d54a01faf7aae Mon Sep 17 00:00:00 2001
From: Savio Mak <96855131+Glinte@users.noreply.github.com>
Date: Wed, 8 Jan 2025 17:36:25 +0800
Subject: [PATCH 2/2] Update the documentation link
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 7c26d3e..ff75145 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@
---
-**Documentation**: https://supabase.github.io/vecs/latest/
+**Documentation**: https://supabase.github.io/vecs/
**Source Code**: https://github.com/supabase/vecs