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.git
The following commit(s) were added to refs/heads/main by this push:
new 550b03633f GH-36131: [Docs] Use https://arrow.apache.org/julia/ for
Julia URL (#36156)
550b03633f is described below
commit 550b03633f748373c5fc8281eb2cd99b05a2ab31
Author: Sutou Kouhei <[email protected]>
AuthorDate: Mon Jun 26 15:26:44 2023 +0900
GH-36131: [Docs] Use https://arrow.apache.org/julia/ for Julia URL (#36156)
### Rationale for this change
The Julia implementation's URL was changed to
https://arrow.apache.org/julia/ .
### What changes are included in this PR?
Use it.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
Yes.
* Closes: #36131
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
docs/source/index.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/source/index.rst b/docs/source/index.rst
index bcae36a116..b348d3dab2 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -47,7 +47,7 @@ target environment.**
Go <https://pkg.go.dev/github.com/apache/arrow/go>
Java <java/index>
JavaScript <js/index>
- Julia <https://github.com/apache/arrow-julia/blob/main/README.md>
+ Julia <https://arrow.apache.org/julia/>
MATLAB <https://github.com/apache/arrow/blob/main/matlab/README.md>
Python <python/index>
R <r/index>