client_java icon indicating copy to clipboard operation
client_java copied to clipboard

Search on the documentation page doesn't work

Open jfharden opened this issue 2 years ago • 0 comments

When you use the search facility on the documentation page the results are found, but the links lead to 404 pages.

To replicate:

  1. Browse to http://prometheus.github.io/client_java/
  2. Enter CollectorRegistry in the search box
  3. Click on the result "Types: io.prometheus.client.CollectorRegistry" Screenshot 2023-09-12 at 11 55 19
  4. Land on a 404 page.

The URL it sends you to is: http://prometheus.github.io/client_java/undefined/io/prometheus/client/CollectorRegistry.html

Notice the /undefined/ part of the path. If you remove that the correct page is visited.

jfharden avatar Sep 12 '23 10:09 jfharden