From d3e2d63ecaf243fce62dda477e81e34ae0b87ed9 Mon Sep 17 00:00:00 2001 From: Erlangga Yudi Pradana Date: Tue, 14 Apr 2026 11:33:26 +0700 Subject: [PATCH] docs(integrations): fix incorrect path for http_sd_config link The link for http_sd_config was pointing to /docs/configuration/configuration/ which resulted in a 404 or incorrect redirect. Updated it to the correct path: /docs/operating/configuration/. Signed-off-by: Erlangga Yudi Pradana --- 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 f2423e634..9387c3413 100644 --- a/docs/operating/integrations.md +++ b/docs/operating/integrations.md @@ -29,7 +29,7 @@ For service discovery mechanisms not natively supported by Prometheus, ## HTTP Service Discovery -The [HTTP service discovery](/docs/configuration/configuration/#http_sd_config) allows fetching targets from an HTTP endpoint. +The [HTTP service discovery](/docs/operating/configuration/#http_sd_config) allows fetching targets from an HTTP endpoint. * [fastly-exporter](https://github.com/fastly/fastly-exporter#service-discovery): Supports discovering Fastly services. * [ns1_exporter](https://github.com/tjhop/ns1_exporter#http-service-discovery): Supports discovering NS1 zones.