From c0cc58c1560b8af18d747cb2413c4dd136c3d54e Mon Sep 17 00:00:00 2001 From: erik-wang-lancedb Date: Fri, 14 Nov 2025 05:30:39 -0800 Subject: [PATCH] docs: update readme quickstart link (under how to install) (#2780) Quickstart link should be https://lancedb.com/docs/quickstart/ Fixes #2779 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b332cc77..fc0a7360 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ LanceDB is a central location where developers can build, train and analyze thei ## **How to Install**: -Follow the [Quickstart](https://lancedb.github.io/lancedb/basic/) doc to set up LanceDB locally. +Follow the [Quickstart](https://lancedb.com/docs/quickstart/) doc to set up LanceDB locally. **API & SDK:** We also support Python, Typescript and Rust SDKs