This is an automated email from the ASF dual-hosted git repository. matthieu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit e482dde2fcccf091d50a41cffd8985facb244d63 Author: Matthieu Baechler <matth...@apache.org> AuthorDate: Wed Apr 22 12:12:49 2020 +0200 JAMES-3145 fix the link to dropwizard metrics --- src/site/xdoc/server/metrics.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/xdoc/server/metrics.xml b/src/site/xdoc/server/metrics.xml index 063e58e..0d0c236 100644 --- a/src/site/xdoc/server/metrics.xml +++ b/src/site/xdoc/server/metrics.xml @@ -27,7 +27,7 @@ <section name="Presentation"> - <p>James relies on the <a href="http://metrics.dropwizard.io/3.1.0/manual/core/">Dropwizard metric library</a> + <p>James relies on the <a href="https://metrics.dropwizard.io/4.1.2/manual/core.html">Dropwizard metric library</a> for keeping track of some core metrics of James.</p> <p>Such metrics are made available via JMX. You can connect for instance using VisualVM and the associated --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org