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 889bf8173ce Redirect the JavaScript documentation page to a new URL
(#732)
889bf8173ce is described below
commit 889bf8173ce9bbd7eb1ec5fd5362a9ba6d4da03f
Author: Hiroyuki Sato <[email protected]>
AuthorDate: Mon Nov 24 11:21:09 2025 +0900
Redirect the JavaScript documentation page to a new URL (#732)
Fix #731
---
.htaccess | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.htaccess b/.htaccess
index 806280f7684..25272b98388 100644
--- a/.htaccess
+++ b/.htaccess
@@ -25,6 +25,9 @@ Redirect permanent /datafusion-python
https://datafusion.apache.org/python
# redirect all ballista URLs to new website
Redirect permanent /ballista https://datafusion.apache.org/ballista
+# redirect all JavaScript Document URLs to new website
+Redirect permanent /docs/js https://arrow.apache.org/js
+
# enable kapa.ai bot (GH-45665)
# See https://docs.kapa.ai/integrations/understanding-csp-cors and
https://issues.apache.org/jira/browse/INFRA-26638
<IfModule mod_headers.c>