kinow commented on code in PR #324:
URL: https://github.com/apache/commons-csv/pull/324#discussion_r1181175476


##########
src/site/xdoc/index.xml:
##########
@@ -117,13 +117,13 @@ For previous releases, see the <a 
href="https://archive.apache.org/dist/commons/
   <p>Commons CSV was started to unify a common and simple interface for 
reading and writing CSV files under an ASL license. It has been bootstrapped by 
a code donation from Netcetera in Switzerland. There are three pre-existing BSD 
compatible CSV parsers which this component will hopefully make redundant 
(authors willing): </p>
   <ul>
     <li><a href="http://kasparov.skife.org/csv/";>Skife CSV</a></li>
-    <li><a href="http://opencsv.sourceforge.net/";>Open CSV</a></li>
+    <li><a href="https://opencsv.sourceforge.net/";>Open CSV</a></li>
     <li><a href="http://www.osjava.org/genjava/multiproject/gj-csv/";>Genjava 
CSV</a></li>
   </ul>
   <p>In addition to the code from Netcetera (org.apache.commons.csv), Martin 
van den Bemt has added an additional writer API. </p>
   <p>Other CSV implementations: </p>
   <ul>
-    <li><a href="http://supercsv.sourceforge.net/";>Super CSV</a></li>
+    <li><a href="https://super-csv.github.io/super-csv/index.html";>Super 
CSV</a></li>

Review Comment:
   :+1: checked the sourceforge page, and it's redirecting to this github.io 
one.



-- 
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