This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-go.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 185b71b chore(website): redirect to
https://pkg.go.dev/github.com/apache/arrow-go/ (#231)
185b71b is described below
commit 185b71b972e145ad1f7cc1d99f0af6332837c6c1
Author: Sutou Kouhei <[email protected]>
AuthorDate: Wed Jan 1 15:25:12 2025 +0900
chore(website): redirect to https://pkg.go.dev/github.com/apache/arrow-go/
(#231)
### Rationale for this change
Fixes GH-202
We need our canonical URL.
### What changes are included in this PR?
Redirect to https://pkg.go.dev/github.com/apache/arrow-go/ .
### Are these changes tested?
No.
### Are there any user-facing changes?
Yes.
---
.htaccess | 1 +
1 file changed, 1 insertion(+)
diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..871b428
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1 @@
+Redirect permanent /go/ https://pkg.go.dev/github.com/apache/arrow-go/