This is an automated email from the ASF dual-hosted git repository.
jakevin 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 c4b895822 Update README.md fix [DataFusion] links (#5438)
c4b895822 is described below
commit c4b895822a02d28d9adcd42112cc2604dde5d0e1
Author: zhenxing jiang <[email protected]>
AuthorDate: Wed Mar 1 21:11:59 2023 +0800
Update README.md fix [DataFusion] links (#5438)
* Update README.md
* Update datafusion-cli/README.md
---------
Co-authored-by: jakevin <[email protected]>
---
datafusion-cli/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/datafusion-cli/README.md b/datafusion-cli/README.md
index 6c0cf63ae..67d062177 100644
--- a/datafusion-cli/README.md
+++ b/datafusion-cli/README.md
@@ -19,7 +19,7 @@
# DataFusion Command-line Interface
-[DataFusion](df) is an extensible query execution framework, written in Rust,
that uses Apache Arrow as its in-memory format.
+[DataFusion](https://github.com/apache/arrow-datafusion) is an extensible
query execution framework, written in Rust, that uses Apache Arrow as its
in-memory format.
The DataFusion CLI allows SQL queries to be executed by an in-process
DataFusion context.