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 5172fc8d Fix URL 5172fc8d is described below commit 5172fc8df8a3bb30c1cb7d682493284482ce3094 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Mar 25 20:00:43 2023 -0400 Fix URL --- README.md | 2 +- src/site/xdoc/index.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32facbbc..082fa739 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Apache Commons CSV [](https://app.codecov.io/gh/apache/commons-csv) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-csv/?gav=true) [](https://javadoc.io/doc/org.apache.commons/commons-csv/1.10.0) -[](hhttps://github.com/apache/commons-csv/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL) +[](https://github.com/apache/commons-csv/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL) [](https://api.securityscorecards.dev/projects/github.com/apache/commons-text) The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types. diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 3f93d16c..8a9f4c55 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -30,7 +30,7 @@ limitations under the License. <li><a href="http://www.ibm.com/support/knowledgecenter/SSBJG3_2.5.0/com.ibm.gen_busug.doc/c_fgl_InOutSql_UNLOAD.htm">Informix UNLOAD</a></li> <li><a href="http://www.ibm.com/support/knowledgecenter/SSBJG3_2.5.0/com.ibm.gen_busug.doc/c_fgl_InOutSql_UNLOAD.htm">Informix UNLOAD CSV</a></li> <li><a href="http://dev.mysql.com/doc/refman/5.0/en/mysqldump-delimited-text.html">MySQL</a></li> - <li><a href="hhttps://docs.oracle.com/database/121/SUTIL/GUID-D1762699-8154-40F6-90DE-EFB8EB6A9AB0.htm#SUTIL4217">Oracle</a></li> + <li><a href="https://docs.oracle.com/database/121/SUTIL/GUID-D1762699-8154-40F6-90DE-EFB8EB6A9AB0.htm#SUTIL4217">Oracle</a></li> <li><a href="https://www.postgresql.org/docs/current/static/sql-copy.html">PostgreSQL CSV</a></li> <li><a href="https://www.postgresql.org/docs/current/static/sql-copy.html">PostgreSQL Text</a></li> <li><a href="http://tools.ietf.org/html/rfc4180">RFC 4180</a></li>