kou opened a new issue, #36131: URL: https://github.com/apache/arrow/issues/36131
### Describe the enhancement requested Recently, we prepared https://arrow.apache.org/julia/ . See also: * https://github.com/apache/arrow-julia/issues/463 * https://github.com/apache/arrow-site/pull/367 The following patch will work: ```diff diff --git a/docs/source/index.rst b/docs/source/index.rst index bcae36a11..b348d3dab 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> ``` ### Component(s) Documentation -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
