Skip to content

Commit 33b52ba

Browse files
authored
Minor: Fix Self referential links in readme (#9119)
* Minor: Fix Self referential links in readme * prettier * Improve readme
1 parent aef28ae commit 33b52ba

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

datafusion/core/README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,13 @@
1919

2020
# DataFusion Core
2121

22-
[DataFusion][df] is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
22+
DataFusion is an extensible query execution framework, written in Rust,
23+
that uses Apache Arrow as its in-memory format.
2324

24-
This crate contains the main entrypoints and high level DataFusion APIs such as SessionContext, and DataFrame and ListingTable.
25+
This crate contains the main entry points and high level DataFusion APIs such as
26+
`SessionContext`, `DataFrame` and `ListingTable`.
2527

26-
[df]: https://crates.io/crates/datafusion
28+
For more information, please see:
29+
30+
- [DataFusion Website](https://arrow.apache.org/datafusion)
31+
- [DataFusion API Docs](https://docs.rs/datafusion/latest/datafusion/)

0 commit comments

Comments
 (0)