From dbf4050769ad28612b3183ef2499d3cc11b360c1 Mon Sep 17 00:00:00 2001
From: Patrick Flakus
Date: Mon, 2 Feb 2026 13:41:44 +0100
Subject: [PATCH] fix(docs): correct URL encoding in file-based service
discovery link
Signed-off-by: Patrick Flakus
---
docs/operating/integrations.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/operating/integrations.md b/docs/operating/integrations.md
index 762633e05..1dd831fe9 100644
--- a/docs/operating/integrations.md
+++ b/docs/operating/integrations.md
@@ -18,7 +18,7 @@ these categories.
## File Service Discovery
For service discovery mechanisms not natively supported by Prometheus,
-[file-based service discovery](/docs/operating/configuration/#%3Cfile_sd_config%3E) provides an interface for integrating.
+[file-based service discovery](/docs/operating/configuration/#file_sd_config) provides an interface for integrating.
* [Kuma](https://github.com/kumahq/kuma/tree/master/app/kuma-prometheus-sd)
* [Lightsail](https://github.com/n888/prometheus-lightsail-sd)