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/arrow-datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new 33b52ba455 Minor: Fix Self referential links in readme (#9119)
33b52ba455 is described below

commit 33b52ba45502a76eb0066f47bee1cdddc99e89ee
Author: Andrew Lamb <[email protected]>
AuthorDate: Mon Feb 5 07:33:28 2024 -0500

    Minor: Fix Self referential links in readme (#9119)
    
    * Minor: Fix Self referential links in readme
    
    * prettier
    
    * Improve readme
---
 datafusion/core/README.md | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/datafusion/core/README.md b/datafusion/core/README.md
index aa5dc08eaa..16bc0672a2 100644
--- a/datafusion/core/README.md
+++ b/datafusion/core/README.md
@@ -19,8 +19,13 @@
 
 # DataFusion Core
 
-[DataFusion][df] is an extensible query execution framework, written in Rust, 
that uses Apache Arrow as its in-memory format.
+DataFusion is an extensible query execution framework, written in Rust,
+that uses Apache Arrow as its in-memory format.
 
-This crate contains the main entrypoints and high level DataFusion APIs such 
as SessionContext, and DataFrame and ListingTable.
+This crate contains the main entry points and high level DataFusion APIs such 
as
+`SessionContext`, `DataFrame` and `ListingTable`.
 
-[df]: https://crates.io/crates/datafusion
+For more information, please see:
+
+- [DataFusion Website](https://arrow.apache.org/datafusion)
+- [DataFusion API Docs](https://docs.rs/datafusion/latest/datafusion/)

Reply via email to