Skip to content

Commit 2a73e17

Browse files
authored
Merge pull request #1085 from lucperkins/lperkins/issue-1080-javadoc-link
Fix Javadoc link to PushGateway class
2 parents 90b84f1 + c443f32 commit 2a73e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/instrumenting/pushing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ makes it easy to instrument even shell scripts without a client library.
1616
[README.md](https://github.com/prometheus/pushgateway/blob/master/README.md).
1717

1818
* For use from Java see the
19-
[PushGateway](https://prometheus.io/client_java/io/prometheus/client/exporter/PushGateway.html)
19+
[PushGateway](https://prometheus.github.io/client_java/io/prometheus/client/exporter/PushGateway.html)
2020
class.
2121

2222
* 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.

0 commit comments

Comments
 (0)