From 4a3cc84df0e258f6d633a19f3eca72e2a4e4d7e9 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Tue, 5 Dec 2023 13:34:29 -0500 Subject: [PATCH] Fix link to the user mailing list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eaabb646..bdc55301 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Documentation More information can be found on the [Apache Commons CSV homepage](https://commons.apache.org/proper/commons-csv). The [Javadoc](https://commons.apache.org/proper/commons-csv/apidocs) can be browsed. -Questions related to the usage of Apache Commons CSV should be posted to the [user mailing list][ml]. +Questions related to the usage of Apache Commons CSV should be posted to the [user mailing list](https://commons.apache.org/mail-lists.html). Where can I get the latest release? -----------------------------------