From 3f48f9b9920ed492ce97014857cfeba39323f540 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Tue, 5 Dec 2023 13:33:23 -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 d3ededdd2..eb106378e 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Documentation More information can be found on the [Apache Commons BeanUtils homepage](https://commons.apache.org/proper/commons-beanutils). The [Javadoc](https://commons.apache.org/proper/commons-beanutils/javadocs/api-release) can be browsed. -Questions related to the usage of Apache Commons BeanUtils should be posted to the [user mailing list][ml]. +Questions related to the usage of Apache Commons BeanUtils should be posted to the [user mailing list](https://commons.apache.org/mail-lists.html). Where can I get the latest release? -----------------------------------