This is an automated email from the ASF dual-hosted git repository.
quinnj 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 be29a0a2498 Use https://arrow.apache.org/julia/ for Julia URL (#367)
be29a0a2498 is described below
commit be29a0a249892584a76259e40b4b7b95f9f5f87b
Author: Sutou Kouhei <[email protected]>
AuthorDate: Sat Jun 17 01:07:58 2023 +0900
Use https://arrow.apache.org/julia/ for Julia URL (#367)
---
_includes/header.html | 2 +-
index.html | 2 +-
overview.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/_includes/header.html b/_includes/header.html
index 0e4a9aa6a33..4a0880dc31e 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -40,7 +40,7 @@
<a class="dropdown-item"
href="https://godoc.org/github.com/apache/arrow/go/arrow">Go</a>
<a class="dropdown-item" href="{{ site.baseurl
}}/docs/java">Java</a>
<a class="dropdown-item" href="{{ site.baseurl
}}/docs/js">JavaScript</a>
- <a class="dropdown-item"
href="https://arrow.juliadata.org/stable/">Julia</a>
+ <a class="dropdown-item" href="{{ site.baseurl }}/julia/">Julia</a>
<a class="dropdown-item"
href="https://github.com/apache/arrow/blob/main/matlab/README.md">MATLAB</a>
<a class="dropdown-item" href="{{ site.baseurl
}}/docs/python">Python</a>
<a class="dropdown-item" href="{{ site.baseurl }}/docs/r">R</a>
diff --git a/index.html b/index.html
index 9e80079a9b5..266c93b47db 100644
--- a/index.html
+++ b/index.html
@@ -14,7 +14,7 @@ description: A cross-language development platform for
in-memory analytics
<div class="col-lg-4 mt-3">
<h3>Libraries</h3>
<p>Arrow's libraries implement the format and provide building blocks
for a range of <a href="{{ site.baseurl }}/use_cases/">use cases</a>, including
high performance analytics. <a href="{{ site.baseurl }}/powered_by/">Many
popular projects</a> use Arrow to ship columnar data efficiently or as the
basis for analytic engines.</p>
- <p>Libraries are available for <a href="{{ site.baseurl
}}/docs/c_glib/">C</a>, <a href="{{ site.baseurl }}/docs/cpp/">C++</a>, <a
href="https://github.com/apache/arrow/blob/main/csharp/README.md">C#</a>, <a
href="https://godoc.org/github.com/apache/arrow/go/arrow">Go</a>, <a href="{{
site.baseurl }}/docs/java/">Java</a>, <a href="{{ site.baseurl
}}/docs/js/">JavaScript</a>, <a
href="https://arrow.juliadata.org/stable/">Julia</a>, <a
href="https://github.com/apache/arrow/blob/main/ [...]
+ <p>Libraries are available for <a href="{{ site.baseurl
}}/docs/c_glib/">C</a>, <a href="{{ site.baseurl }}/docs/cpp/">C++</a>, <a
href="https://github.com/apache/arrow/blob/main/csharp/README.md">C#</a>, <a
href="https://godoc.org/github.com/apache/arrow/go/arrow">Go</a>, <a href="{{
site.baseurl }}/docs/java/">Java</a>, <a href="{{ site.baseurl
}}/docs/js/">JavaScript</a>, <a href="{{ site.baseurl }}/julia/">Julia</a>, <a
href="https://github.com/apache/arrow/blob/main/matlab/REA [...]
See <a href="{{ site.baseurl }}/install/">how to install</a> and get
started.
</div>
<div class="col-lg-4 mt-3">
diff --git a/overview.md b/overview.md
index eb1a4c706bb..09801a7ae06 100644
--- a/overview.md
+++ b/overview.md
@@ -80,7 +80,7 @@ analytic database systems, data frame libraries, and more.
<div class="col-md-12">
<h3>Arrow Libraries</h3>
<p>
- The Arrow project contains libraries that enable you to work with data
in the Arrow columnar format in many languages. The <a href="{{ site.baseurl
}}/docs/cpp/">C++</a>, <a
href="https://github.com/apache/arrow/blob/main/csharp/README.md">C#</a>, <a
href="https://godoc.org/github.com/apache/arrow/go/arrow">Go</a>, <a href="{{
site.baseurl }}/docs/java/">Java</a>, <a href="{{ site.baseurl
}}/docs/js/">JavaScript</a>, <a
href="https://arrow.juliadata.org/stable/">Julia</a>, and <a h [...]
+ The Arrow project contains libraries that enable you to work with data
in the Arrow columnar format in many languages. The <a href="{{ site.baseurl
}}/docs/cpp/">C++</a>, <a
href="https://github.com/apache/arrow/blob/main/csharp/README.md">C#</a>, <a
href="https://godoc.org/github.com/apache/arrow/go/arrow">Go</a>, <a href="{{
site.baseurl }}/docs/java/">Java</a>, <a href="{{ site.baseurl
}}/docs/js/">JavaScript</a>, <a href="{{ site.baseurl }}/julia/">Julia</a>, and
<a href="https [...]
contain distinct implementations of the Arrow format. These libraries
are <a href="{{ site.baseurl }}/docs/status.html">integration-tested</a>
against each other to ensure their fidelity to the format. In addition, Arrow
libraries for <a href="{{ site.baseurl }}/docs/c_glib/">C (Glib)</a>, <a
href="https://github.com/apache/arrow/blob/main/matlab/README.md">MATLAB</a>,
<a href="{{ site.baseurl }}/docs/python/">Python</a>, <a href="{{ site.baseurl
}}/docs/r/">R</a>, and <a href="htt [...]
</p>
<p>