fix: docs and comment have broken links#5261
Merged
jackye1995 merged 2 commits intomainfrom Nov 18, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates broken documentation links from the old lancedb.github.io/lance domain to the new lance.org domain to fix 404 errors across documentation, code comments, and error messages.
- Updates documentation links in Rust README files and source code comments
- Updates Python docstrings and error messages with new URLs
- Updates OpenAPI specification comments and SDK documentation references
Reviewed Changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| rust/lance/src/session.rs | Updates performance guide link in comment |
| rust/lance-table/README.md | Updates Lance table format specification link |
| rust/lance-namespace/README.md | Updates namespace documentation link |
| rust/lance-namespace-impls/README.md | Updates namespace documentation link |
| rust/lance-file/README.md | Updates file format specification link |
| python/python/lance/types.py | Updates read/write guide link in error message |
| python/python/lance/dataset.py | Updates filter pushdown documentation links in docstrings |
| python/README.md | Updates contribution guide link |
| docs/src/sdk_docs.md | Updates Python SDK documentation URL to lance-format organization |
| docs/src/rest.yaml | Updates namespace operation and REST implementation specification links |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5261 +/- ##
==========================================
+ Coverage 82.20% 82.23% +0.03%
==========================================
Files 344 344
Lines 144879 144879
Branches 144879 144879
==========================================
+ Hits 119103 119147 +44
+ Misses 21838 21797 -41
+ Partials 3938 3935 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jackye1995
approved these changes
Nov 18, 2025
jackye1995
pushed a commit
to jackye1995/lance
that referenced
this pull request
Jan 21, 2026
Points all docs to `lance.org` to avoid broken 404's in the various pages. --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Points all docs to
lance.orgto avoid broken 404's in the various pages.