Skip to content

Commit c4ef25c

Browse files
matthavenerbrian-brazil
authored andcommitted
Fix javadocs link in README (#334)
1 parent 679c7d7 commit c4ef25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ class YourClass {
193193
```
194194

195195
The default buckets are intended to cover a typical web/rpc request from milliseconds to seconds.
196-
They can be overridden with the `buckets()` method on the [Histogram.Builder](https://prometheus.io/client_java/io/prometheus/client/Histogram.Builder.html#buckets-double...-).
196+
They can be overridden with the `buckets()` method on the [Histogram.Builder](https://prometheus.github.io/client_java/io/prometheus/client/Histogram.Builder.html#buckets-double...-).
197197

198198
There are utilities for timing code:
199199

0 commit comments

Comments
 (0)