Commit 383620c0 authored by fREW Schmidt's avatar fREW Schmidt Committed by Brian Brazil

Correct links for Push interface (#1299)

Signed-off-by: 's avatarArthur Axel 'fREW' Schmidt <github@frew.co>
parent 70ae3c95
...@@ -19,7 +19,7 @@ makes it easy to instrument even shell scripts without a client library. ...@@ -19,7 +19,7 @@ makes it easy to instrument even shell scripts without a client library.
[PushGateway](https://prometheus.github.io/client_java/io/prometheus/client/exporter/PushGateway.html) [PushGateway](https://prometheus.github.io/client_java/io/prometheus/client/exporter/PushGateway.html)
class. class.
* For use from Go see the [Push](http://godoc.org/github.com/prometheus/client_golang/prometheus#Push) and [PushAdd](http://godoc.org/github.com/prometheus/client_golang/prometheus#PushAdd) functions. * For use from Go see the [Push](https://godoc.org/github.com/prometheus/client_golang/prometheus/push#Pusher.Push) and [Add](https://godoc.org/github.com/prometheus/client_golang/prometheus/push#Pusher.Add) methods.
* For use from Python see [Exporting to a Pushgateway](https://github.com/prometheus/client_python#exporting-to-a-pushgateway). * For use from Python see [Exporting to a Pushgateway](https://github.com/prometheus/client_python#exporting-to-a-pushgateway).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment