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"