Skip to content

Commit

Permalink
Corrected repo link address in README.md and Cargo.toml (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
nseekhao authored Aug 22, 2022
1 parent 7852c8a commit d8c6183
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
name = "substrait"
description = "Rust bindings for Substrait"
version = "0.2.0"
repository = "https://github.com/substrait/substrait-rs"
homepage = "https://github.com/substrait/substrait-rs"
repository = "https://github.com/substrait-io/substrait-rs"
homepage = "https://github.com/substrait-io/substrait-rs"
license = "Apache-2.0"
readme = "README.md"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Rust bindings for [substrait](https://substrait.io/).
Clone this repository.

```bash
git clone git@github.com:substrait/substrait-rs.git
git clone git@github.com:substrait-io/substrait-rs.git
cd substrait-rs
```

Expand Down

0 comments on commit d8c6183

Please sign in to comment.