diff --git a/ballista/rust/client/Cargo.toml b/ballista/rust/client/Cargo.toml index d812b6533587..283c2ebb44d7 100644 --- a/ballista/rust/client/Cargo.toml +++ b/ballista/rust/client/Cargo.toml @@ -20,8 +20,8 @@ name = "ballista" description = "Ballista Distributed Compute" license = "Apache-2.0" version = "0.5.0-SNAPSHOT" -homepage = "https://github.com/apache/arrow" -repository = "https://github.com/apache/arrow" +homepage = "https://github.com/apache/arrow-datafusion" +repository = "https://github.com/apache/arrow-datafusion" authors = ["Apache Arrow "] edition = "2018" diff --git a/ballista/rust/core/Cargo.toml b/ballista/rust/core/Cargo.toml index b1fab62bd88f..853aa7ae2f45 100644 --- a/ballista/rust/core/Cargo.toml +++ b/ballista/rust/core/Cargo.toml @@ -20,8 +20,8 @@ name = "ballista-core" description = "Ballista Distributed Compute" license = "Apache-2.0" version = "0.5.0-SNAPSHOT" -homepage = "https://github.com/apache/arrow" -repository = "https://github.com/apache/arrow" +homepage = "https://github.com/apache/arrow-datafusion" +repository = "https://github.com/apache/arrow-datafusion" authors = ["Apache Arrow "] edition = "2018" build = "build.rs" diff --git a/ballista/rust/executor/Cargo.toml b/ballista/rust/executor/Cargo.toml index 2284d915321b..cdc1b4538226 100644 --- a/ballista/rust/executor/Cargo.toml +++ b/ballista/rust/executor/Cargo.toml @@ -20,8 +20,8 @@ name = "ballista-executor" description = "Ballista Distributed Compute - Executor" license = "Apache-2.0" version = "0.5.0-SNAPSHOT" -homepage = "https://github.com/apache/arrow" -repository = "https://github.com/apache/arrow" +homepage = "https://github.com/apache/arrow-datafusion" +repository = "https://github.com/apache/arrow-datafusion" authors = ["Apache Arrow "] edition = "2018" diff --git a/ballista/rust/scheduler/Cargo.toml b/ballista/rust/scheduler/Cargo.toml index 93a0730062c6..507dc5465006 100644 --- a/ballista/rust/scheduler/Cargo.toml +++ b/ballista/rust/scheduler/Cargo.toml @@ -20,8 +20,8 @@ name = "ballista-scheduler" description = "Ballista Distributed Compute - Scheduler" license = "Apache-2.0" version = "0.5.0-SNAPSHOT" -homepage = "https://github.com/apache/arrow" -repository = "https://github.com/apache/arrow" +homepage = "https://github.com/apache/arrow-datafusion" +repository = "https://github.com/apache/arrow-datafusion" authors = ["Apache Arrow "] edition = "2018" diff --git a/ballista/ui/scheduler/src/components/Header.tsx b/ballista/ui/scheduler/src/components/Header.tsx index c0ddd35c7264..1a0b0f178bd6 100644 --- a/ballista/ui/scheduler/src/components/Header.tsx +++ b/ballista/ui/scheduler/src/components/Header.tsx @@ -67,11 +67,11 @@ export const Header: React.FunctionComponent = ({schedulerState}) = diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index 25a385eaea0e..6a763420c782 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -21,8 +21,8 @@ description = "Apache Arrow Benchmarks" version = "4.0.0-SNAPSHOT" edition = "2018" authors = ["Apache Arrow "] -homepage = "https://github.com/apache/arrow" -repository = "https://github.com/apache/arrow" +homepage = "https://github.com/apache/arrow-datafusion" +repository = "https://github.com/apache/arrow-datafusion" license = "Apache-2.0" publish = false diff --git a/datafusion-examples/Cargo.toml b/datafusion-examples/Cargo.toml index 77b155323b4a..0ec30105a409 100644 --- a/datafusion-examples/Cargo.toml +++ b/datafusion-examples/Cargo.toml @@ -19,8 +19,8 @@ name = "datafusion-examples" description = "DataFusion usage examples" version = "4.0.0-SNAPSHOT" -homepage = "https://github.com/apache/arrow" -repository = "https://github.com/apache/arrow" +homepage = "https://github.com/apache/arrow-datafusion" +repository = "https://github.com/apache/arrow-datafusion" authors = ["Apache Arrow "] license = "Apache-2.0" keywords = [ "arrow", "query", "sql" ] diff --git a/datafusion/Cargo.toml b/datafusion/Cargo.toml index 5f743f6f559e..1c2c860c55d0 100644 --- a/datafusion/Cargo.toml +++ b/datafusion/Cargo.toml @@ -19,8 +19,8 @@ name = "datafusion" description = "DataFusion is an in-memory query engine that uses Apache Arrow as the memory model" version = "4.0.0-SNAPSHOT" -homepage = "https://github.com/apache/arrow" -repository = "https://github.com/apache/arrow" +homepage = "https://github.com/apache/arrow-datafusion" +repository = "https://github.com/apache/arrow-datafusion" readme = "../README.md" authors = ["Apache Arrow "] license = "Apache-2.0" diff --git a/datafusion/src/lib.rs b/datafusion/src/lib.rs index e1d7368469b0..b6f64feb70d2 100644 --- a/datafusion/src/lib.rs +++ b/datafusion/src/lib.rs @@ -25,7 +25,7 @@ clippy::upper_case_acronyms )] -//! [DataFusion](https://github.com/apache/arrow/tree/master/rust/datafusion) +//! [DataFusion](https://github.com/apache/arrow-datafusion) //! is an extensible query execution framework that uses //! [Apache Arrow](https://arrow.apache.org) as its in-memory format. //!