You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by nj...@apache.org on 2023/06/28 01:28:55 UTC

[arrow-ballista] branch main updated: docs: fix link (#799)

This is an automated email from the ASF dual-hosted git repository.

nju_yaho pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-ballista.git


The following commit(s) were added to refs/heads/main by this push:
     new ecd6e13d docs: fix link (#799)
ecd6e13d is described below

commit ecd6e13d2384f1ce39931d4032e7ba995954f1cc
Author: Xin Hao <ha...@gmail.com>
AuthorDate: Wed Jun 28 10:28:50 2023 +0900

    docs: fix link (#799)
    
    * docs: fix link
    
    * Update README.md
---
 ballista/client/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ballista/client/README.md b/ballista/client/README.md
index 4826e5ca..0129d779 100644
--- a/ballista/client/README.md
+++ b/ballista/client/README.md
@@ -152,4 +152,4 @@ The output should look similar to the following table.
 +-----------------+--------------------------+--------------------------+--------------------------+--------------------------+
 ```
 
-More [examples](https://github.com/apache/arrow-datafusion/tree/master/ballista-examples) can be found in the arrow-datafusion repository.
+More [examples](https://github.com/apache/arrow-ballista/tree/main/examples) can be found in the arrow-ballista repository.