We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7bf2fc commit e768ee6Copy full SHA for e768ee6
main.go
@@ -93,7 +93,7 @@ func startServer() {
93
<h1>RIPE Atlas Exporter</h1>
94
<h2>Example</h2>
95
<p>Metrics for measurement configured in configuration file:</p>
96
- <p><a href="` + *metricsPath + `>` + r.Host + *metricsPath + `</a></p>
+ <p><a href="` + *metricsPath + `">` + r.Host + *metricsPath + `</a></p>
97
<p>Metrics for measurement with id 8809582:</p>
98
<p><a href="` + *metricsPath + `?measurement_id=8809582">` + r.Host + *metricsPath + `?measurement_id=8809582</a></p>
99
<h2>More information</h2>
0 commit comments