From d8bcff5db22f47e5da778b8012bca9e16df35540 Mon Sep 17 00:00:00 2001 From: Jeffrey Vo Date: Sat, 11 May 2024 20:56:04 +1000 Subject: [PATCH] doc: fix old master branch references to main (#10458) --- README.md | 2 +- docs/source/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c2392850953..197e5d2b3fe1 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Here are links to some important information - [Rust Getting Started](https://datafusion.apache.org/user-guide/example-usage.html) - [Rust DataFrame API](https://datafusion.apache.org/user-guide/dataframe.html) - [Rust API docs](https://docs.rs/datafusion/latest/datafusion) -- [Rust Examples](https://github.com/apache/datafusion/tree/master/datafusion-examples) +- [Rust Examples](https://github.com/apache/datafusion/tree/main/datafusion-examples) - [Python DataFrame API](https://arrow.apache.org/datafusion-python/) - [Architecture](https://docs.rs/datafusion/latest/datafusion/index.html#architecture) diff --git a/docs/source/index.rst b/docs/source/index.rst index ca978d4bc30c..5d6dcd3f87a2 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -46,7 +46,7 @@ The `example usage`_ section in the user guide and the `datafusion-examples`_ co Please see the `developer’s guide`_ for contributing and `communication`_ for getting in touch with us. .. _example usage: user-guide/example-usage.html -.. _datafusion-examples: https://github.com/apache/datafusion/tree/master/datafusion-examples +.. _datafusion-examples: https://github.com/apache/datafusion/tree/main/datafusion-examples .. _developer’s guide: contributor-guide/index.html#developer-s-guide .. _communication: contributor-guide/communication.html