From a384ba1ec30c3a9cc9390d522e570bca3a870729 Mon Sep 17 00:00:00 2001 From: Evan Bradley Date: Mon, 18 Jul 2022 09:52:35 -0400 Subject: [PATCH] Make GitHub links relative for links to specification documents (#2669) Co-authored-by: Evan Bradley Co-authored-by: Armin Ruech --- specification/logs/semantic_conventions/media.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/logs/semantic_conventions/media.md b/specification/logs/semantic_conventions/media.md index b21452bc2..f8e02542f 100644 --- a/specification/logs/semantic_conventions/media.md +++ b/specification/logs/semantic_conventions/media.md @@ -21,7 +21,7 @@ This document describes attributes for log media in OpenTelemetry. Log media are ## Log Media -**Note:** The OpenTelemetry specification defines a [Resource](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/sdk.md#resource-sdk) as `an immutable representation of the entity producing telemetry`. +**Note:** The OpenTelemetry specification defines a [Resource](../../resource/sdk.md#resource-sdk) as `an immutable representation of the entity producing telemetry`. The following attributes do not describe entities that produce telemetry. Rather, they describe mechanisms of log transmission. As such, these should be recorded as Log Record attributes when applicable. They should not be recorded as Resource attributes.