From 00e18a0b20c9f9ae86ae61ebdb241793e4abfcbc Mon Sep 17 00:00:00 2001
From: Gabriel Filion <lelutin@torproject.org>
Date: Tue, 24 Sep 2024 16:54:56 -0400
Subject: [PATCH] Fix heading level for blackbox exporter

with the move I should've fixed that
---
 howto/prometheus.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/howto/prometheus.md b/howto/prometheus.md
index 625d717a..c6897d35 100644
--- a/howto/prometheus.md
+++ b/howto/prometheus.md
@@ -1421,7 +1421,7 @@ would otherwise be around long enough for Prometheus to scrape their
 metrics. We use it as a workaround to bridge Metrics data with
 Prometheus/Grafana.
 
-### Blackbox exporter
+## Blackbox exporter
 
 Most exporters are pretty straightforward: a service binds to a port and exposes
 metrics through HTTP requests on that port, generally on the `/metrics` URL.
-- 
GitLab