Skip to content

Commit d8bcff5

Browse files
authored
doc: fix old master branch references to main (#10458)
1 parent df30f85 commit d8bcff5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Here are links to some important information
5151
- [Rust Getting Started](https://datafusion.apache.org/user-guide/example-usage.html)
5252
- [Rust DataFrame API](https://datafusion.apache.org/user-guide/dataframe.html)
5353
- [Rust API docs](https://docs.rs/datafusion/latest/datafusion)
54-
- [Rust Examples](https://github.com/apache/datafusion/tree/master/datafusion-examples)
54+
- [Rust Examples](https://github.com/apache/datafusion/tree/main/datafusion-examples)
5555
- [Python DataFrame API](https://arrow.apache.org/datafusion-python/)
5656
- [Architecture](https://docs.rs/datafusion/latest/datafusion/index.html#architecture)
5757

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The `example usage`_ section in the user guide and the `datafusion-examples`_ co
4646
Please see the `developer’s guide`_ for contributing and `communication`_ for getting in touch with us.
4747

4848
.. _example usage: user-guide/example-usage.html
49-
.. _datafusion-examples: https://github.com/apache/datafusion/tree/master/datafusion-examples
49+
.. _datafusion-examples: https://github.com/apache/datafusion/tree/main/datafusion-examples
5050
.. _developer’s guide: contributor-guide/index.html#developer-s-guide
5151
.. _communication: contributor-guide/communication.html
5252

0 commit comments

Comments
 (0)