From 17b68fa5acda10c7ea5034a4c8866f5da606a2d8 Mon Sep 17 00:00:00 2001 From: Martin Kuba Date: Mon, 1 Jul 2024 11:20:09 -0700 Subject: [PATCH] markdown lint --- metapackages/auto-configuration-propagators/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metapackages/auto-configuration-propagators/README.md b/metapackages/auto-configuration-propagators/README.md index 38b255a3ed..b002eebd71 100644 --- a/metapackages/auto-configuration-propagators/README.md +++ b/metapackages/auto-configuration-propagators/README.md @@ -5,7 +5,7 @@ ## About -This module provides a way to get a propagator based on the [OTEL_PROPAGATORS environment variable](env-var-url). +This module provides a way to get a propagator based on the [OTEL_PROPAGATORS environment variable][env-var-url]. ## Installation @@ -27,7 +27,7 @@ Please see the [Supported propagators](#supported-propagators) section for more ## Supported propagators -The specification defines a list of [known propagators](env-var-url) for the `OTEL_PROPAGATORS` env variable. Only these propagators are supported. +The specification defines a list of [known propagators][env-var-url] for the `OTEL_PROPAGATORS` env variable. Only these propagators are supported. - "tracecontext": [W3C Trace Context](https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-core) - "baggage": [W3C Baggage](https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-core)