From 3719960b1de811224bbb038331584e4882728e96 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Tue, 5 Dec 2023 13:35:01 -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 f3c94b0ff..2f3d0deca 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Documentation More information can be found on the [Apache Commons Digester homepage](https://commons.apache.org/proper/commons-digester). The [Javadoc](https://commons.apache.org/proper/commons-digester/apidocs) can be browsed. -Questions related to the usage of Apache Commons Digester should be posted to the [user mailing list][ml]. +Questions related to the usage of Apache Commons Digester should be posted to the [user mailing list](https://commons.apache.org/mail-lists.html). Where can I get the latest release? -----------------------------------