diff --git a/README.md b/README.md index 0e12ddca89d..4fe2608c9a5 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ The key features of Lance include: For more details, see the full [Lance format specification](https://lance.org/format). > [!TIP] -> Lance is in active development and we welcome contributions. Please see our [contributing guide](https://lance.org/docs/community/contributing) for more information. +> Lance is in active development and we welcome contributions. Please see our [contributing guide](https://lance.org/community/contributing/) for more information. ## Quick Start diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index c0c9ebacc4a..ec95d95e47f 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -19,7 +19,7 @@ uv run mkdocs serve ### Python Generated Doc Python code documentation is built using Sphinx in [lance-python-doc](https://github.com/lancedb/lance-python-doc), -and published through [Github Pages](https://lancedb.github.io/lance-python-doc/) in ReadTheDocs style. +and published through [Github Pages](https://lance-format.github.io/lance-python-doc/) in ReadTheDocs style. ### Rust Generated Doc