From d49afad05c16d37e07aaaa6ae1b3c408ef972542 Mon Sep 17 00:00:00 2001 From: Raghu Siddarth Udiyar Date: Thu, 1 Aug 2019 18:08:15 +0530 Subject: [PATCH] Link to API documentation instead Co-Authored-By: Matthias Rampke Signed-off-by: Raghu Udiyar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1110b5d..fb094dc 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ mappings: Note that timers will be accepted with the `ms`, `h`, and `d` statsd types. The first two are timers and histograms and the `d` type is for DataDog's "distribution" type. The distribution type is treated identically to timers and histograms. -The DogStatsD client by default emits timer metrics in seconds, set [use_ms](https://github.com/DataDog/datadogpy/blob/master/datadog/dogstatsd/base.py#L63) to `True` to fix this. +The DogStatsD client by default emits timer metrics in seconds, set [use_ms](https://datadogpy.readthedocs.io/en/latest/index.html?highlight=use_ms) to `True` to fix this. ### Regular expression matching