prometheus / docs

Prometheus documentation: content and static site generator
https://prometheus.io
Apache License 2.0
653 stars 1.01k forks source link

chore: Fix links to java client documentation #2521

Open ChrisMcD1 opened 14 hours ago

ChrisMcD1 commented 14 hours ago

I noticed some of these links were not working since the java client has moved their documentation from GitHub to their new docs site.

There are still 2 broken links that I did not fix in this PR because I could not find the corresponding new file.

https://github.com/prometheus/docs/blob/main/content/docs/instrumenting/writing_exporters.md?plain=1#L350

and

https://github.com/prometheus/docs/blob/main/content/docs/instrumenting/writing_exporters.md?plain=1#L387

But I figured it wouldn't hurt to make a PR for the ones that were trivial to fix!

I believe the CONTRIBUTING.md is asking me to ping the maintainers of the java client since the docs relate to their project, so @fstab @dhoard @tomwilkie