Skip to content

Commit 4f84291

Browse files
authored
Update repository url (#233)
* Update repo url in Cargo * Update homepage url * Update url in rustdoc * Update GitHub URL in Ballista UI
1 parent c945b03 commit 4f84291

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

ballista/rust/client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ name = "ballista"
2020
description = "Ballista Distributed Compute"
2121
license = "Apache-2.0"
2222
version = "0.5.0-SNAPSHOT"
23-
homepage = "https://github.com/apache/arrow"
24-
repository = "https://github.com/apache/arrow"
23+
homepage = "https://github.com/apache/arrow-datafusion"
24+
repository = "https://github.com/apache/arrow-datafusion"
2525
authors = ["Apache Arrow <[email protected]>"]
2626
edition = "2018"
2727

ballista/rust/core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ name = "ballista-core"
2020
description = "Ballista Distributed Compute"
2121
license = "Apache-2.0"
2222
version = "0.5.0-SNAPSHOT"
23-
homepage = "https://github.com/apache/arrow"
24-
repository = "https://github.com/apache/arrow"
23+
homepage = "https://github.com/apache/arrow-datafusion"
24+
repository = "https://github.com/apache/arrow-datafusion"
2525
authors = ["Apache Arrow <[email protected]>"]
2626
edition = "2018"
2727
build = "build.rs"

ballista/rust/executor/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ name = "ballista-executor"
2020
description = "Ballista Distributed Compute - Executor"
2121
license = "Apache-2.0"
2222
version = "0.5.0-SNAPSHOT"
23-
homepage = "https://github.com/apache/arrow"
24-
repository = "https://github.com/apache/arrow"
23+
homepage = "https://github.com/apache/arrow-datafusion"
24+
repository = "https://github.com/apache/arrow-datafusion"
2525
authors = ["Apache Arrow <[email protected]>"]
2626
edition = "2018"
2727

ballista/rust/scheduler/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ name = "ballista-scheduler"
2020
description = "Ballista Distributed Compute - Scheduler"
2121
license = "Apache-2.0"
2222
version = "0.5.0-SNAPSHOT"
23-
homepage = "https://github.com/apache/arrow"
24-
repository = "https://github.com/apache/arrow"
23+
homepage = "https://github.com/apache/arrow-datafusion"
24+
repository = "https://github.com/apache/arrow-datafusion"
2525
authors = ["Apache Arrow <[email protected]>"]
2626
edition = "2018"
2727

ballista/ui/scheduler/src/components/Header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ export const Header: React.FunctionComponent<HeaderProps> = ({schedulerState}) =
6767
</a>
6868
<a
6969
rel="noreferrer"
70-
href={"https://github.com/apache/arrow/tree/master/rust/ballista"}
70+
href={"https://github.com/apache/arrow-datafusion"}
7171
target={"_blank"}
7272
>
7373
<Button colorScheme="blue" size="sm" rightIcon={<AiFillGithub/>}>
74-
Github
74+
GitHub
7575
</Button>
7676
</a>
7777
</Flex>

benchmarks/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ description = "Apache Arrow Benchmarks"
2121
version = "4.0.0-SNAPSHOT"
2222
edition = "2018"
2323
authors = ["Apache Arrow <[email protected]>"]
24-
homepage = "https://github.com/apache/arrow"
25-
repository = "https://github.com/apache/arrow"
24+
homepage = "https://github.com/apache/arrow-datafusion"
25+
repository = "https://github.com/apache/arrow-datafusion"
2626
license = "Apache-2.0"
2727
publish = false
2828

datafusion-examples/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
name = "datafusion-examples"
2020
description = "DataFusion usage examples"
2121
version = "4.0.0-SNAPSHOT"
22-
homepage = "https://github.com/apache/arrow"
23-
repository = "https://github.com/apache/arrow"
22+
homepage = "https://github.com/apache/arrow-datafusion"
23+
repository = "https://github.com/apache/arrow-datafusion"
2424
authors = ["Apache Arrow <[email protected]>"]
2525
license = "Apache-2.0"
2626
keywords = [ "arrow", "query", "sql" ]

datafusion/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
name = "datafusion"
2020
description = "DataFusion is an in-memory query engine that uses Apache Arrow as the memory model"
2121
version = "4.0.0-SNAPSHOT"
22-
homepage = "https://github.com/apache/arrow"
23-
repository = "https://github.com/apache/arrow"
22+
homepage = "https://github.com/apache/arrow-datafusion"
23+
repository = "https://github.com/apache/arrow-datafusion"
2424
readme = "../README.md"
2525
authors = ["Apache Arrow <[email protected]>"]
2626
license = "Apache-2.0"

datafusion/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
clippy::upper_case_acronyms
2626
)]
2727

28-
//! [DataFusion](https://github.com/apache/arrow/tree/master/rust/datafusion)
28+
//! [DataFusion](https://github.com/apache/arrow-datafusion)
2929
//! is an extensible query execution framework that uses
3030
//! [Apache Arrow](https://arrow.apache.org) as its in-memory format.
3131
//!

0 commit comments

Comments
 (0)