This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-site.git
The following commit(s) were added to refs/heads/master by this push:
new 7e8cf50153 MINOR: Link to Rust crate documentation and Julia package
repository (#239)
7e8cf50153 is described below
commit 7e8cf501534911d456f10f6fce6f6c2aa0a76733
Author: Matthijs Brobbel <[email protected]>
AuthorDate: Fri Sep 23 21:52:06 2022 +0200
MINOR: Link to Rust crate documentation and Julia package repository (#239)
---
install.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/install.md b/install.md
index 709b38e645..1bb80c6fab 100644
--- a/install.md
+++ b/install.md
@@ -28,8 +28,8 @@ limitations under the License.
See the [release notes][10] for more about what's new. For information on
previous releases, see [here][19]. Rust and Julia libraries are released
separately. See the following pages for details:
-* Rust: https://docs.rs/crate/arrow/latest
-* Julia: https://github.com/apache/arrow-julia/#readme
+* Rust: [documentation for arrow crate][26]
+* Julia: [repository for Arrow.jl package][27]
This page is a reference listing of release artifacts and package managers.
For language-specific user guides, see the pages listed in the "Documentation"
menu above.
@@ -300,3 +300,5 @@ gem install red-plasma # For Plasma support
[23]: https://www.nuget.org/packages/Apache.Arrow.Fligth/
[24]: https://www.nuget.org/packages/Apache.Arrow.Flight.AspNetCore/
[25]: https://rubygems.org/
+[26]: https://docs.rs/crate/arrow/latest
+[27]: https://github.com/apache/arrow-julia/#readme