From e4444dd2ba87efbc0585c4cbb7cc9d226398f68d Mon Sep 17 00:00:00 2001 From: Jiayu Liu Date: Mon, 22 Apr 2024 12:33:00 +0800 Subject: [PATCH] update links to datafusion (#138) --- README.md | 2 +- datafusion-jni/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dda756a..50f75ef 100644 --- a/README.md +++ b/README.md @@ -254,5 +254,5 @@ To build the library: ./gradlew build ``` -[1]: https://github.com/apache/arrow-datafusion +[1]: https://github.com/apache/datafusion [2]: https://repo.maven.apache.org/maven2/io/github/datafusion-contrib/datafusion-java/ diff --git a/datafusion-jni/Cargo.toml b/datafusion-jni/Cargo.toml index 083077e..30d3af8 100644 --- a/datafusion-jni/Cargo.toml +++ b/datafusion-jni/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "datafusion_jni" version = "0.16.0" -homepage = "https://github.com/apache/arrow-datafusion" -repository = "https://github.com/apache/arrow-datafusion" +homepage = "https://github.com/apache/datafusion" +repository = "https://github.com/apache/datafusion" authors = ["Apache Arrow "] description = "Build and run queries against data" readme = "README.md"