From bda1c6ad39e6b3405e4d533f35c124b4bfdacde7 Mon Sep 17 00:00:00 2001
From: Andrea Galbusera <gizero@gmail.com>
Date: Thu, 26 Oct 2023 17:45:04 +0200
Subject: [PATCH] docs(opentelemetry): update broken link to OTEL specs
 (#25450)

---
 docs/usage/opentelemetry.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/usage/opentelemetry.md b/docs/usage/opentelemetry.md
index 4099ed6994..0ff295ba39 100644
--- a/docs/usage/opentelemetry.md
+++ b/docs/usage/opentelemetry.md
@@ -29,7 +29,7 @@ This means that Renovate sends traces via [OTLP/HTTP](https://opentelemetry.io/d
 
 To activate the instrumentation, you must set the `OTEL_EXPORTER_OTLP_ENDPOINT` environment variable.
 This variable controls the endpoint for the telemetry data.
-Once this endpoint is set, you can use all environment variables listed in the [OpenTelemetry specification](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/sdk-environment-variables.md).
+Once this endpoint is set, you can use all environment variables listed in the [OpenTelemetry specification](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk-environment-variables.md).
 
 ## Debugging
 
-- 
GitLab