From c21a1b061e71077885e865415fdda1b0e5430b25 Mon Sep 17 00:00:00 2001 From: jackylee-ch Date: Fri, 7 Aug 2026 21:33:57 +0800 Subject: [PATCH] docs: update crate READMEs to lance-format org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These three crates set `readme = "README.md"` and are published, so their READMEs render on crates.io — where the Lance link still points at the old `lancedb/lance` org. Also fixes `is a internal` in two of them, and `algorithm used the [Lance]` in lance-linalg. --- rust/lance-arrow/README.md | 4 ++-- rust/lance-index/README.md | 2 +- rust/lance-linalg/README.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rust/lance-arrow/README.md b/rust/lance-arrow/README.md index 8c3bedac3f3..f5feccaa191 100644 --- a/rust/lance-arrow/README.md +++ b/rust/lance-arrow/README.md @@ -1,7 +1,7 @@ # lance-arrow -`lance-arrow` is a internal sub-crate, containing [Apache-Arrow](https://github.com/apache/arrow-rs) -extensions used by [Lance](https://github.com/lancedb/lance). +`lance-arrow` is an internal sub-crate, containing [Apache-Arrow](https://github.com/apache/arrow-rs) +extensions used by [Lance](https://github.com/lance-format/lance). **Important Note**: This crate is **not intended for external usage**. diff --git a/rust/lance-index/README.md b/rust/lance-index/README.md index 12f1f824936..fc7cf0e9517 100644 --- a/rust/lance-index/README.md +++ b/rust/lance-index/README.md @@ -1,7 +1,7 @@ # lance-index `lance-index` is an internal sub-crate, containing various vector index implementations -used in [Lance](https://github.com/lancedb/lance). +used in [Lance](https://github.com/lance-format/lance). **Important Note**: This crate is **not intended for external usage**. diff --git a/rust/lance-linalg/README.md b/rust/lance-linalg/README.md index 06db3e9684e..c436da15617 100644 --- a/rust/lance-linalg/README.md +++ b/rust/lance-linalg/README.md @@ -1,6 +1,6 @@ # Lance Linear Algebra Library -`lance-linalg` is a internal sub-crate, containing [Apache-Arrow](https://github.com/apache/arrow-rs) -native linear algebra algorithm used the [Lance](https://github.com/lancedb/lance). +`lance-linalg` is an internal sub-crate, containing [Apache-Arrow](https://github.com/apache/arrow-rs) +native linear algebra algorithms used by [Lance](https://github.com/lance-format/lance).