Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit c03528b

Browse files
committed
Fix incorrectly modified links
1 parent c5ca4fb commit c03528b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gdi/get-data-in/application/span-attributes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ The following semantic conventions apply for spans:
3232

3333
- :new-page:`FaaS <https://github.com/open-telemetry/semantic-conventions/blob/main/model/faas/spans.yaml>`: For Function as a Service (for example, AWS Lambda) spans.
3434

35-
- :new-page:`Exceptions <https://opentelemetry.io/docs/specs/semconv/exceptions/exceptions-spans/>`: For recording exceptions associated with a span.
35+
- :new-page:`Exceptions <https://github.com/open-telemetry/semantic-conventions/blob/main/model/exceptions/events.yaml>`: For recording exceptions associated with a span.
3636

37-
- :new-page:`Compatibility <https://github.com/open-telemetry/semantic-conventions/blob/main/docs/general/trace-compatibility.md>`: For spans generated by compatibility components. For example, OpenTracing Shim layer.
37+
- :new-page:`Compatibility <https://github.com/open-telemetry/semantic-conventions/blob/main/model/opentracing/common.yaml>`: For spans generated by compatibility components. For example, OpenTracing Shim layer.
3838

3939
Learn more about OpenTelemetry in the OpenTelemetry official documentation, such as library-specific semantic conventions for AWS Lambda, AWS SDK, or GraphQL.
4040

gdi/opentelemetry/tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Cloud
122122

123123
There are attributes that capture information for services running in public cloud environments, such ``cloud.provider``, ``cloud.account.id``, or ``cloud.region``.
124124

125-
Learn more in the OpenTelemetry GitHub repo at :new-page:`Cloud semantic conventions <https://github.com/open-telemetry/semantic-conventions/blob/main/model/resource/cloud.yaml>`.
125+
Learn more in the OpenTelemetry GitHub repo at :new-page:`Cloud semantic conventions <https://github.com/open-telemetry/semantic-conventions/blob/main/model/cloud/resources.yaml>`.
126126

127127
.. caution:: Some cloud providers, such as GCP, define semantic conventions specific to their offering. Check Google official documentation for more information.
128128

0 commit comments

Comments
 (0)