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-crypto.git
The following commit(s) were added to refs/heads/master by this push: new c0d1c832 Fix link to the user mailing list c0d1c832 is described below commit c0d1c8328a5527a489f058a25b1c944fb5d7d6f1 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Dec 5 13:34:22 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 4fed62e0..e1bf31a4 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ Documentation More information can be found on the [Apache Commons Crypto homepage](https://commons.apache.org/proper/commons-crypto). The [Javadoc](https://commons.apache.org/proper/commons-crypto/apidocs) can be browsed. -Questions related to the usage of Apache Commons Crypto should be posted to the [user mailing list][ml]. +Questions related to the usage of Apache Commons Crypto should be posted to the [user mailing list](https://commons.apache.org/mail-lists.html). Where can I get the latest release? -----------------------------------