From 8127e79b228346d7730496b93352462910aa7d80 Mon Sep 17 00:00:00 2001 From: Blazej Sewera Date: Tue, 20 Aug 2024 15:07:43 +0200 Subject: [PATCH] Fix broken link to Pushgateway documentation for Java client (#2461) Signed-off-by: Blazej Sewera Signed-off-by: Blazej Sewera --- content/docs/instrumenting/pushing.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/docs/instrumenting/pushing.md b/content/docs/instrumenting/pushing.md index fcd3f0174..7cf915dee 100644 --- a/content/docs/instrumenting/pushing.md +++ b/content/docs/instrumenting/pushing.md @@ -16,8 +16,7 @@ makes it easy to instrument even shell scripts without a client library. [README.md](https://github.com/prometheus/pushgateway/blob/master/README.md). * For use from Java see the -[PushGateway](https://prometheus.github.io/client_java/io/prometheus/client/exporter/PushGateway.html) -class. +[Pushgateway documentation](https://prometheus.github.io/client_java/exporters/pushgateway/). * 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.