fix markdown link
[akkoma] / docs / docs / administration / monitoring.md
index fceb8c3a46b1f68d8552cd1031051a86be45193b..9233fbe34f84e05848c290cd980f3159d3631e4a 100644 (file)
@@ -7,7 +7,7 @@ To facilitate this, akkoma exposes prometheus metrics to be scraped.
 
 ## Prometheus
 
-See: [export_prometheus_metrics](../configuration/cheatsheet#instance)
+See: [export\_prometheus\_metrics](../../configuration/cheatsheet#instance)
 
 To scrape prometheus metrics, we need an oauth2 token with the `admin:metrics` scope.
 
@@ -30,4 +30,4 @@ Once you have your token of the form `Bearer $ACCESS_TOKEN`, you can use that in
   static_configs:
   - targets:
     - example.com
-```
\ No newline at end of file
+```