This is an automated email from the ASF dual-hosted git repository.
houqp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/master by this push:
new 3d4db90 update datafusion user guide link in docs (#1238)
3d4db90 is described below
commit 3d4db909e83ea8354e9b9134c20b1cbef06a5beb
Author: jiangzhx <[email protected]>
AuthorDate: Fri Nov 5 11:10:31 2021 +0800
update datafusion user guide link in docs (#1238)
fix [DataFusion User Guide] link to
https://arrow.apache.org/datafusion/user-guide/introduction.html
---
ballista/rust/client/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ballista/rust/client/README.md b/ballista/rust/client/README.md
index 08485b6..67ec38f 100644
--- a/ballista/rust/client/README.md
+++ b/ballista/rust/client/README.md
@@ -43,7 +43,7 @@ This crate is tested with the latest stable version of Rust.
We do not currrentl
There are numerous ways to start a Ballista cluster, including support for
Docker and
Kubernetes. For full documentation, refer to the
-[DataFusion User
Guide](https://github.com/apache/arrow-datafusion/tree/master/docs/user-guide)
+[DataFusion User
Guide](https://arrow.apache.org/datafusion/user-guide/introduction.html)
A simple way to start a local cluster for testing purposes is to use cargo to
install
the scheduler and executor crates.