This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-erlang.git
The following commit(s) were added to refs/heads/main by this push:
new 153d82a chore: Update links (#97)
153d82a is described below
commit 153d82a7d87325a0188a3393e04ff9d8960e9a64
Author: Benjamin Philip <[email protected]>
AuthorDate: Wed Jul 8 19:02:49 2026 +0530
chore: Update links (#97)
## What issue does this PR close?
The current GitHub homepage link points to a non-existing Hexpm package.
We can
revert to the current link once a package has been published in Hexpm.
Also, the README and the ExDoc documentation still used to old urls from
before the transfer.
## What's changed
- `github.homepage` points to https://arrow.apache.org/erlang/main/
- ExDoc uses https://github.com/apache/arrow-erlang for both
`homepage_url` and `source_url`
- README has been updated
---
.asf.yaml | 2 +-
README.md | 2 +-
rebar.config | 4 ++--
3 files changed, 4 insertions(+), 4 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/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, [