kou commented on code in PR #415:
URL: https://github.com/apache/arrow-site/pull/415#discussion_r1359949068


##########
overview.md:
##########
@@ -80,8 +80,27 @@ 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="{{ site.baseurl }}/julia/">Julia</a>, and 
<a href="https://docs.rs/crate/arrow/";>Rust</a> libraries
-      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="https://github.com/apache/arrow/blob/main/ruby/README.md";>Ruby</a> are 
built on top of the C++ library.
+      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>,
+      <a href="https://docs.rs/crate/arrow/";>Rust</a>,
+      and <a 
href="https://github.com/apache/arrow/blob/main/swift/README.md";>Swift</a>

Review Comment:
   Oh, sorry...
   
   ```suggestion
         and <a href="https://github.com/apache/arrow/blob/main/swift";>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]

Reply via email to