diff --git a/docs/usage/opentelemetry.md b/docs/usage/opentelemetry.md
index 4099ed6994cfe9bbf5f39902fc85691e88c2b4cc..0ff295ba39f4fe8c74dff4beebcf611ca8fef339 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