This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 80983c688b7 Update .NET repository links (#707)
80983c688b7 is described below

commit 80983c688b7f3b020c83567236720399c6e400fa
Author: Joshua Klein <[email protected]>
AuthorDate: Sun Sep 21 18:08:21 2025 -0400

    Update .NET repository links (#707)
---
 index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/index.html b/index.html
index ddf0f821ee1..32bdc7dedf2 100644
--- a/index.html
+++ b/index.html
@@ -151,9 +151,9 @@
             <a class="dropdown-item" href="/docs">Project Docs</a>
             <a class="dropdown-item" 
href="/docs/format/Columnar.html">Format</a>
             <hr>
+            <a class="dropdown-item" 
href="https://github.com/apache/arrow-dotnet"; target="_blank" 
rel="noopener">.NET</a>
             <a class="dropdown-item" href="/docs/c_glib">C GLib</a>
             <a class="dropdown-item" href="/docs/cpp">C++</a>
-            <a class="dropdown-item" 
href="https://github.com/apache/arrow/blob/main/csharp/README.md"; 
target="_blank" rel="noopener">C#</a>
             <a class="dropdown-item" 
href="https://godoc.org/github.com/apache/arrow/go/arrow"; target="_blank" 
rel="noopener">Go</a>
             <a class="dropdown-item" href="/docs/java">Java</a>
             <a class="dropdown-item" href="/docs/js">JavaScript</a>
@@ -173,9 +173,9 @@
           <div class="dropdown-menu" aria-labelledby="navbarDropdownSource">
             <a class="dropdown-item" href="https://github.com/apache/arrow"; 
target="_blank" rel="noopener">Main Repo</a>
             <hr>
+            <a class="dropdown-item" 
href="https://github.com/apache/arrow-dotnet"; target="_blank" 
rel="noopener">.NET</a>
             <a class="dropdown-item" 
href="https://github.com/apache/arrow/tree/main/c_glib"; target="_blank" 
rel="noopener">C GLib</a>
             <a class="dropdown-item" 
href="https://github.com/apache/arrow/tree/main/cpp"; target="_blank" 
rel="noopener">C++</a>
-            <a class="dropdown-item" 
href="https://github.com/apache/arrow/tree/main/csharp"; target="_blank" 
rel="noopener">C#</a>
             <a class="dropdown-item" href="https://github.com/apache/arrow-go"; 
target="_blank" rel="noopener">Go</a>
             <a class="dropdown-item" 
href="https://github.com/apache/arrow-java"; target="_blank" 
rel="noopener">Java</a>
             <a class="dropdown-item" href="https://github.com/apache/arrow-js"; 
target="_blank" rel="noopener">JavaScript</a>
@@ -282,7 +282,7 @@
   <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="/use_cases/">use cases</a>, including high performance 
analytics. <a href="/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="/docs/c_glib/">C</a>, <a 
href="/docs/cpp/">C++</a>, <a 
href="https://github.com/apache/arrow/blob/main/csharp/README.md"; 
target="_blank" rel="noopener">C#</a>, <a 
href="https://godoc.org/github.com/apache/arrow/go/arrow"; target="_blank" 
rel="noopener">Go</a>, <a href="/docs/java/">Java</a>, <a 
href="/docs/js/">JavaScript</a>, <a href="/julia/">Julia</a>, <a 
href="https://github.com/apache/arrow/blob/main/matlab/README.md"; 
target="_blank" rel= [...]
+      <p>Libraries are available for <a 
href="https://github.com/apache/arrow-dotnet"; target="_blank" 
rel="noopener">.NET</a>, <a href="/docs/c_glib/">C</a>, <a 
href="/docs/cpp/">C++</a>, <a 
href="https://godoc.org/github.com/apache/arrow/go/arrow"; target="_blank" 
rel="noopener">Go</a>, <a href="/docs/java/">Java</a>, <a 
href="/docs/js/">JavaScript</a>, <a href="/julia/">Julia</a>, <a 
href="https://github.com/apache/arrow/blob/main/matlab/README.md"; 
target="_blank" rel="noopener">MATLAB< [...]
       See <a href="/install/">how to install</a> and get started.
   </p>
 </div>

Reply via email to