Skip to content

Commit e768ee6

Browse files
committed
fixed link
1 parent c7bf2fc commit e768ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func startServer() {
9393
<h1>RIPE Atlas Exporter</h1>
9494
<h2>Example</h2>
9595
<p>Metrics for measurement configured in configuration file:</p>
96-
<p><a href="` + *metricsPath + `>` + r.Host + *metricsPath + `</a></p>
96+
<p><a href="` + *metricsPath + `">` + r.Host + *metricsPath + `</a></p>
9797
<p>Metrics for measurement with id 8809582:</p>
9898
<p><a href="` + *metricsPath + `?measurement_id=8809582">` + r.Host + *metricsPath + `?measurement_id=8809582</a></p>
9999
<h2>More information</h2>

0 commit comments

Comments
 (0)