This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new d8bcff5db2 doc: fix old master branch references to main (#10458)
d8bcff5db2 is described below
commit d8bcff5db22f47e5da778b8012bca9e16df35540
Author: Jeffrey Vo <[email protected]>
AuthorDate: Sat May 11 20:56:04 2024 +1000
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 8c23928509..197e5d2b3f 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 ca978d4bc3..5d6dcd3f87 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]