From 9cf1b5e042eccdb460549091e75d16fb6e14e7e8 Mon Sep 17 00:00:00 2001 From: Xin Hao <haoxins@icloud.com> Date: Fri, 2 Jun 2023 00:18:49 +0800 Subject: [PATCH 1/2] docs: fix link --- 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 4826e5cac..46f754e5c 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-datafusion/tree/main/datafusion-examples) can be found in the arrow-datafusion repository. From ac57de6df1674461e34106f75672b23495ce7697 Mon Sep 17 00:00:00 2001 From: Xin Hao <haoxins@icloud.com> Date: Sat, 3 Jun 2023 23:00:27 +0800 Subject: [PATCH 2/2] 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 46f754e5c..0129d7795 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/main/datafusion-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.