From 7af92a21b3c7284be5d439796cb74ec4aa44fdd9 Mon Sep 17 00:00:00 2001 From: beorn7 Date: Sun, 15 Mar 2015 12:50:26 +0100 Subject: [PATCH] Fix the consumption library link. This fixes https://github.com/prometheus/client_golang/issues/92 . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d1e5a8..0808dc5 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ continue your journey: 1. See the [exposition library](prometheus/README.md) if you want to export metrics to a Prometheus server or pushgateway - 2. See the [consumption library](extraction/README.md) if you want to + 2. See the [consumption library](https://godoc.org/github.com/prometheus/client_golang/extraction) if you want to process metrics exported by a Prometheus client. (The Prometheus server is using that library.)