Skip to content

Commit 08953e4

Browse files
sandakersmannfjl
authored andcommitted
metrics: change links in README.md to https (ethereum#20182)
1 parent b9299bb commit 08953e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

metrics/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go-metrics
55

66
Go port of Coda Hale's Metrics library: <https://github.com/dropwizard/metrics>.
77

8-
Documentation: <http://godoc.org/github.com/rcrowley/go-metrics>.
8+
Documentation: <https://godoc.org/github.com/rcrowley/go-metrics>.
99

1010
Usage
1111
-----
@@ -128,7 +128,7 @@ go stathat.Stathat(metrics.DefaultRegistry, 10e9, "[email protected]")
128128

129129
Maintain all metrics along with expvars at `/debug/metrics`:
130130

131-
This uses the same mechanism as [the official expvar](http://golang.org/pkg/expvar/)
131+
This uses the same mechanism as [the official expvar](https://golang.org/pkg/expvar/)
132132
but exposed under `/debug/metrics`, which shows a json representation of all your usual expvars
133133
as well as all your go-metrics.
134134

0 commit comments

Comments
 (0)