caddyserver / website

The Caddy website
156 stars 153 forks source link

Fix broken link for otel env variables #388

Closed jtmiclat closed 7 months ago

jtmiclat commented 7 months ago

The following page https://caddyserver.com/docs/caddyfile/directives/tracing directs to https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/sdk-environment-variables.md which returns a 404.

I updated it to https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk-environment-variables.md)

Let me know if it would be better to reference a tagged version so it won't break in the future!