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-site.git
The following commit(s) were added to refs/heads/main by this push:
new a56f3bdb86a [Website] Change Apache Arrow .Net links (#734)
a56f3bdb86a is described below
commit a56f3bdb86a3cd7b7eb1ba244f4831e8b7041bc7
Author: Hiroyuki Sato <[email protected]>
AuthorDate: Tue Nov 25 11:07:40 2025 +0900
[Website] Change Apache Arrow .Net links (#734)
Apache Arrow .Net moved to https://github.com/apache/arrow-dotnet
---------
Co-authored-by: Sutou Kouhei <[email protected]>
---
_includes/header.html | 4 ++--
index.html | 2 +-
overview.md | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/_includes/header.html b/_includes/header.html
index 90fa9181713..9a66732988a 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -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>
@@ -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>
diff --git a/index.html b/index.html
index e1d8fc21366..acf2165d198 100644
--- a/index.html
+++ b/index.html
@@ -14,7 +14,7 @@ description: The universal columnar format and multi-language
toolbox for fast d
<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/REA [...]
+ <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>
[...]
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 41179e4f3d2..5bd93acd0bc 100644
--- a/overview.md
+++ b/overview.md
@@ -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>,