Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<hr/>
<a class="dropdown-item" href="{{ site.baseurl }}/docs/c_glib">C GLib</a>
<a class="dropdown-item" href="{{ site.baseurl }}/docs/cpp">C++</a>
<a class="dropdown-item" href="https://github.com/apache/arrow/blob/main/csharp/README.md">C#</a>
<a class="dropdown-item" href="https://arrow.apache.org/dotnet/">.NET</a>
<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>
Expand All @@ -59,7 +59,7 @@
<hr/>
<a class="dropdown-item" href="https://github.com/apache/arrow/tree/main/c_glib">C GLib</a>
<a class="dropdown-item" href="https://github.com/apache/arrow/tree/main/cpp">C++</a>
<a class="dropdown-item" href="https://github.com/apache/arrow/tree/main/csharp">C#</a>
<a class="dropdown-item" href="https://github.com/apache/arrow-dotnet">.NET</a>
<a class="dropdown-item" href="https://github.com/apache/arrow-go">Go</a>
<a class="dropdown-item" href="https://github.com/apache/arrow-java">Java</a>
<a class="dropdown-item" href="https://github.com/apache/arrow-js">JavaScript</a>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h3>Format</h3>
<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="{{ site.baseurl }}/julia/">Julia</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>, <a href="https://github.com/apache/arrow/blob/main/ruby/README.md">Ruby</a>, <a href="https://docs.rs/crate/arrow/">Rust</a>, and <a href="https://github.com/apache/arrow/blob/main/swift/Arrow/README.md">Swift</a>.
<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-dotnet">.NET</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/README.md">MATLAB</a>, <a href="{{ site.baseurl }}/docs/python/">Python</a>, <a href="{{ site.baseurl }}/docs/r/">R</a>, <a href="https://github.com/apache/arrow/blob/main/ruby/README.md">Ruby</a>, <a href="https://docs.rs/crate/arrow/">Rust</a>, and <a href="https://github.com/apache/arrow/blob/main/swift/Arrow/README.md">Swift</a>.
See <a href="{{ site.baseurl }}/install/">how to install</a> and get started.
</div>
<div class="col-lg-4 mt-3">
Expand Down
2 changes: 1 addition & 1 deletion overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ analytic database systems, data frame libraries, and more.
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://arrow.apache.org/dotnet/">.NET</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>,
Expand Down