This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git
The following commit(s) were added to refs/heads/master by this push:
new a1d3c7e9 Convert "unsafe" link to text
a1d3c7e9 is described below
commit a1d3c7e9283a943be414bc3ce2389a43fc8bc461
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 2 10:15:02 2025 -0500
Convert "unsafe" link to text
---
src/site/xdoc/index.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 7494b324..1e397d46 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -106,7 +106,7 @@ For previous releases, see the <a
href="https://archive.apache.org/dist/commons/
<section name="About Commons CSV">
<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><Skife CSV (unsafe link as noted by browser
https://kasparov.skife.org/csv/)</li>
<li><a href="https://opencsv.sourceforge.net/">Open CSV</a></li>
<li>Genjava CSV</li>
</ul>