diff --git a/.asf.yaml b/.asf.yaml index 0cff604..0866033 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -18,7 +18,7 @@ # https://github.com/apache/infrastructure-asfyaml github: description: "Official Erlang implementation of Apache Arrow" - homepage: https://arrow.apache.org/erlang/ + homepage: https://arrow.apache.org/erlang/main/ labels: - apache-arrow - erlang diff --git a/README.md b/README.md index 190de70..0b8d498 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ In addition to an Erlang installation, you will need a Rust installation with `cargo`. You can then add the following to your rebar.config: ``` erlang -{arrow, {git, "https://github.com/Benjamin-Philip/arrow.git"}} +{arrow, {git, "https://github.com/apache/arrow-erlang.git"}} ``` And compile! diff --git a/rebar.config b/rebar.config index 5989cb5..5a757fa 100644 --- a/rebar.config +++ b/rebar.config @@ -41,8 +41,8 @@ {"guides/quick-run-through.livemd", #{title => "Quick Run-Through Guide"}} ]}, {main, "README.md"}, - {homepage_url, "https://github.com/Benjamin-Philip/arrow"}, - {source_url, "https://github.com/Benjamin-Philip/arrow"} + {homepage_url, "https://github.com/apache/arrow-erlang"}, + {source_url, "https://github.com/apache/arrow-erlang"} ]}. {hex, [