Skip to content

Commit 9f6c725

Browse files
authored
Update links to log api spec (#2265)
1 parent 706a067 commit 9f6c725

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ observability tools.
4040

4141
*OpenTelemetry Rust is not introducing a new end user callable Logging API.
4242
Instead, it provides [Logs Bridge
43-
API](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/bridge-api.md),
43+
API](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/api.md),
4444
that allows one to write log appenders that can bridge existing logging
4545
libraries to the OpenTelemetry log data model. The following log appenders are
4646
available:

opentelemetry/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Here's a breakdown of its components:
5656
Allows for the attachment of metadata (baggage) to telemetry, which can be
5757
used for sharing application-specific information across service boundaries.
5858
- **[Logs Bridge
59-
API](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/bridge-api.md):**
59+
API](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/api.md):**
6060
Allows to bridge existing logging mechanisms with OpenTelemetry logging. This
6161
is **NOT** meant for end users to call, instead it is meant to enable writing
6262
bridges/appenders for existing logging mechanisms such as

0 commit comments

Comments
 (0)