From d499e1b0460c0b00ec3aef6a364370540bfce1c4 Mon Sep 17 00:00:00 2001 From: "\"muxator ext:(%22)" Date: Tue, 14 Aug 2018 13:27:31 +0200 Subject: [PATCH] docs: direct link to measured.Collection from stats.md --- doc/stats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/stats.md b/doc/stats.md index 7da69547d..a9342ee89 100644 --- a/doc/stats.md +++ b/doc/stats.md @@ -15,4 +15,4 @@ We currently measure: Under the hood, we are happy to rely on [measured](https://github.com/felixge/node-measured) for all our metrics needs. -To modify or simply access our stats in your plugin, simply `require('ep_etherpad-lite/stats')` which is a `measured.Collection`. \ No newline at end of file +To modify or simply access our stats in your plugin, simply `require('ep_etherpad-lite/stats')` which is a [`measured.Collection`](https://yaorg.github.io/node-measured/packages/measured-core/Collection.html).