From dd6f965a3128583dbe9aa78a90d13e3cfad6e032 Mon Sep 17 00:00:00 2001 From: Jay DeLuca Date: Tue, 30 Jul 2024 05:59:21 -0400 Subject: [PATCH 1/2] Fix JS propagation page link --- content/en/docs/languages/js/propagation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/languages/js/propagation.md b/content/en/docs/languages/js/propagation.md index 51f0795676b4..036fdb071939 100644 --- a/content/en/docs/languages/js/propagation.md +++ b/content/en/docs/languages/js/propagation.md @@ -455,7 +455,7 @@ the client and server behave as if OpenTelemetry is not used. This is especially important if your server and client code are libraries, since they should only use the OpenTelemetry API. To understand why, read the [concept -page on how to add instrumentation to your library]((/docs/concepts/instrumentation/libraries/). +page on how to add instrumentation to your library](/docs/concepts/instrumentation/libraries/). {{% /alert %}} From df2c87a4d300318e6b3887c95bbffd9ef1460d9f Mon Sep 17 00:00:00 2001 From: Jay DeLuca Date: Tue, 30 Jul 2024 06:04:23 -0400 Subject: [PATCH 2/2] fix formatting --- content/en/docs/languages/js/propagation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/languages/js/propagation.md b/content/en/docs/languages/js/propagation.md index 036fdb071939..c48b5798f4cd 100644 --- a/content/en/docs/languages/js/propagation.md +++ b/content/en/docs/languages/js/propagation.md @@ -454,8 +454,8 @@ the client and server behave as if OpenTelemetry is not used. {{% alert title="Note" color="warning" %}} This is especially important if your server and client code are libraries, since -they should only use the OpenTelemetry API. To understand why, read the [concept -page on how to add instrumentation to your library](/docs/concepts/instrumentation/libraries/). +they should only use the OpenTelemetry API. To understand why, read the +[concept page on how to add instrumentation to your library](/docs/concepts/instrumentation/libraries/). {{% /alert %}}