From 0b35d1a19566f5cb546a6d543779a48e56c5a79f Mon Sep 17 00:00:00 2001 From: Jt Miclat Date: Mon, 22 Apr 2024 08:39:33 +0200 Subject: [PATCH] Fix broken link for otel env variables (#388) --- src/docs/markdown/caddyfile/directives/tracing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/caddyfile/directives/tracing.md b/src/docs/markdown/caddyfile/directives/tracing.md index f645b86..881f279 100644 --- a/src/docs/markdown/caddyfile/directives/tracing.md +++ b/src/docs/markdown/caddyfile/directives/tracing.md @@ -29,7 +29,7 @@ tracing { ### Environment variables It can be configured using the environment variables defined -by the [OpenTelemetry Environment Variable Specification](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/sdk-environment-variables.md). +by the [OpenTelemetry Environment Variable Specification](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk-environment-variables.md). For the exporter configuration details, please see [spec](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.7.0/specification/protocol/exporter.md).