This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 01905a943ec [Website] Change Java page URLs (#738)
01905a943ec is described below
commit 01905a943ec3f6f82901ec6bcabf7e694a0dee44
Author: Hiroyuki Sato <[email protected]>
AuthorDate: Wed Nov 26 19:32:22 2025 +0900
[Website] Change Java page URLs (#738)
Ref:
https://github.com/apache/arrow-site/pull/735#pullrequestreview-3504518037
---
_includes/header.html | 2 +-
index.html | 2 +-
overview.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/_includes/header.html b/_includes/header.html
index 9fa2d5c24b1..a2bde31da03 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -37,7 +37,7 @@
<a class="dropdown-item" href="{{ site.baseurl }}/docs/cpp">C++</a>
<a class="dropdown-item"
href="https://arrow.apache.org/dotnet/">.NET</a>
<a class="dropdown-item"
href="https://godoc.org/github.com/apache/arrow/go/arrow">Go</a>
- <a class="dropdown-item" href="{{ site.baseurl
}}/docs/java">Java</a>
+ <a class="dropdown-item" href="{{ site.baseurl }}/java/">Java</a>
<a class="dropdown-item" href="{{ site.baseurl
}}/js/">JavaScript</a>
<a class="dropdown-item" href="{{ site.baseurl }}/julia/">Julia</a>
<a class="dropdown-item"
href="https://github.com/apache/arrow/blob/main/matlab/README.md">MATLAB</a>
diff --git a/index.html b/index.html
index f851bcd73d2..03c0baa0979 100644
--- a/index.html
+++ b/index.html
@@ -14,7 +14,7 @@ description: The universal columnar format and multi-language
toolbox for fast d
<div class="col-lg-4 mt-3">
<h3>Libraries</h3>
<p>Arrow's libraries implement the format and provide building blocks
for a range of <a href="{{ site.baseurl }}/use_cases/">use cases</a>, including
high performance analytics. <a href="{{ site.baseurl }}/powered_by/">Many
popular projects</a> use Arrow to ship columnar data efficiently or as the
basis for analytic engines.</p>
- <p>Libraries are available for <a href="{{ site.baseurl
}}/docs/c_glib/">C</a>, <a href="{{ site.baseurl }}/docs/cpp/">C++</a>, <a
href="https://github.com/apache/arrow-dotnet">.NET</a>, <a
href="https://godoc.org/github.com/apache/arrow/go/arrow">Go</a>, <a href="{{
site.baseurl }}/docs/java/">Java</a>, <a href="{{ site.baseurl
}}/js/">JavaScript</a>, <a href="{{ site.baseurl }}/julia/">Julia</a>, <a
href="https://github.com/apache/arrow/blob/main/matlab/README.md">MATLAB</a>,
<a [...]
+ <p>Libraries are available for <a href="{{ site.baseurl
}}/docs/c_glib/">C</a>, <a href="{{ site.baseurl }}/docs/cpp/">C++</a>, <a
href="https://github.com/apache/arrow-dotnet">.NET</a>, <a
href="https://godoc.org/github.com/apache/arrow/go/arrow">Go</a>, <a href="{{
site.baseurl }}/java/">Java</a>, <a href="{{ site.baseurl
}}/js/">JavaScript</a>, <a href="{{ site.baseurl }}/julia/">Julia</a>, <a
href="https://github.com/apache/arrow/blob/main/matlab/README.md">MATLAB</a>,
<a href= [...]
See <a href="{{ site.baseurl }}/install/">how to install</a> and get
started.
</div>
<div class="col-lg-4 mt-3">
diff --git a/overview.md b/overview.md
index 77a72dd58ba..68658ec1ac9 100644
--- a/overview.md
+++ b/overview.md
@@ -85,7 +85,7 @@ analytic database systems, data frame libraries, and more.
<a href="{{ site.baseurl }}/docs/cpp/">C++</a>,
<a href="https://arrow.apache.org/dotnet/">.NET</a>,
<a href="https://godoc.org/github.com/apache/arrow/go/arrow">Go</a>,
- <a href="{{ site.baseurl }}/docs/java/">Java</a>,
+ <a href="{{ site.baseurl }}/java/">Java</a>,
<a href="{{ site.baseurl }}/js/">JavaScript</a>,
<a href="{{ site.baseurl }}/julia/">Julia</a>,
<a href="https://docs.rs/crate/arrow/">Rust</a>,