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