kou commented on code in PR #734:
URL: https://github.com/apache/arrow-site/pull/734#discussion_r2554757633
##########
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/">C#</a>,
Review Comment:
```suggestion
<a href="https://arrow.apache.org/dotnet/">.NET</a>,
```
##########
_includes/header.html:
##########
@@ -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">C#</a>
Review Comment:
```suggestion
<a class="dropdown-item"
href="https://github.com/apache/arrow-dotnet">.NET</a>
```
##########
_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/">C#</a>
Review Comment:
```suggestion
<a class="dropdown-item"
href="https://arrow.apache.org/dotnet/">.NET</a>
```
##########
index.html:
##########
@@ -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">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>.
Review Comment:
```suggestion
<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>.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]