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-site.git
The following commit(s) were added to refs/heads/main by this push:
new 50393792767 [Website] Change JavaScript page URL (#735)
50393792767 is described below
commit 5039379276741a7c2a5f9c16d6c143f8e8bb67ca
Author: Hiroyuki Sato <[email protected]>
AuthorDate: Tue Nov 25 20:57:21 2025 +0900
[Website] Change JavaScript page URL (#735)
This PR changes JavaScript page URL.
https://github.com/apache/arrow-site/pull/732#pullrequestreview-3498201971
---
_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 9a66732988a..9fa2d5c24b1 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -38,7 +38,7 @@
<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
}}/docs/js">JavaScript</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>
<a class="dropdown-item" href="{{ site.baseurl
}}/docs/python">Python</a>
diff --git a/index.html b/index.html
index acf2165d198..f851bcd73d2 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
}}/docs/js/">JavaScript</a>, <a href="{{ site.baseurl }}/julia/">Julia</a>, <a
href="https://github.com/apache/arrow/blob/main/matlab/README.md">MATLAB</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 }}/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 [...]
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 5bd93acd0bc..77a72dd58ba 100644
--- a/overview.md
+++ b/overview.md
@@ -86,7 +86,7 @@ analytic database systems, data frame libraries, and more.
<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 }}/docs/js/">JavaScript</a>,
+ <a href="{{ site.baseurl }}/js/">JavaScript</a>,
<a href="{{ site.baseurl }}/julia/">Julia</a>,
<a href="https://docs.rs/crate/arrow/">Rust</a>,
and <a href="https://github.com/apache/arrow/blob/main/swift">Swift</a>