From 4cc5b2f4ce3426f7853761bad72c16ef2b7c4db0 Mon Sep 17 00:00:00 2001 From: Benjamin Philip Date: Wed, 8 Jul 2026 14:19:56 +0530 Subject: [PATCH 1/2] Update links --- .asf.yaml | 2 +- rebar.config | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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/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, [ From 76eb27c0fc49f5f05324ec653f4cdacfd4cebdf2 Mon Sep 17 00:00:00 2001 From: Benjamin Philip Date: Wed, 8 Jul 2026 14:36:37 +0530 Subject: [PATCH 2/2] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!