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-weaver.git
The following commit(s) were added to refs/heads/master by this push:
new db10de5 Fix link to the user mailing list
db10de5 is described below
commit db10de5089a82c4705ea53863654d083fd73fcc7
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Dec 5 13:39:24 2023 -0500
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 b012059..7bce11e 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ Documentation
More information can be found on the [Apache Commons Weaver
homepage](https://commons.apache.org/proper/commons-weaver).
The
[Javadoc](https://commons.apache.org/proper/commons-weaver/javadocs/api-release)
can be browsed.
-Questions related to the usage of Apache Commons Weaver should be posted to
the [user mailing list][ml].
+Questions related to the usage of Apache Commons Weaver should be posted to
the [user mailing list](https://commons.apache.org/mail-lists.html).
Where can I get the latest release?
-----------------------------------