From cab62650862ae7cb887760f02ee4e2d888044be4 Mon Sep 17 00:00:00 2001 From: zhulongcheng Date: Fri, 15 Mar 2019 16:23:48 +0800 Subject: [PATCH] Fix instrumentation link in README Signed-off-by: zhulongcheng --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a838d309..46671b76 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ This package can be found on Four types of metric are offered: Counter, Gauge, Summary and Histogram. See the documentation on [metric types](http://prometheus.io/docs/concepts/metric_types/) -and [instrumentation best practices](http://prometheus.io/docs/practices/instrumentation/#counter-vs.-gauge,-summary-vs.-histogram) +and [instrumentation best practices](https://prometheus.io/docs/practices/instrumentation/#counter-vs-gauge-summary-vs-histogram) on how to use them. ### Counter