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-java.git
The following commit(s) were added to refs/heads/main by this push: new 730f9c09 GH-570: [Docs] Use https://arrow.apache.org/java/ as the official site URL (#572) 730f9c09 is described below commit 730f9c09edc736a8cdb342807e430b0a247eeb5c Author: Sutou Kouhei <k...@clear-code.com> AuthorDate: Wed Jan 29 12:04:36 2025 +0900 GH-570: [Docs] Use https://arrow.apache.org/java/ as the official site URL (#572) Fixes GH-570. --- .asf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index c895ca15..ead25811 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -19,7 +19,7 @@ github: description: "Official Java implementation of Apache Arrow" - homepage: https://arrow.apache.org/ + homepage: https://arrow.apache.org/java/ labels: - apache-arrow - java