Fix the consumption library link.

This fixes https://github.com/prometheus/client_golang/issues/92 .
This commit is contained in:
beorn7 2015-03-15 12:50:26 +01:00
parent 1cf6d4b964
commit 7af92a21b3
1 changed files with 1 additions and 1 deletions

View File

@ -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.)