Skip to content

Commit b9b6d8f

Browse files
authored
Fix links (#4340)
1 parent 0d046c0 commit b9b6d8f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

specification/logs/api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ The API MUST accept the following parameters:
137137
- [Severity Text](./data-model.md#field-severitytext) (optional)
138138
- [Body](./data-model.md#field-body) (optional)
139139
- [Attributes](./data-model.md#field-attributes) (optional)
140-
- **Status**: [Development](../document-status.md) - [Event Name](./data-model.md#event-name) (optional)
140+
- **Status**: [Development](../document-status.md) - [Event Name](./data-model.md#field-eventname) (optional)
141141

142142
#### Enabled
143143

@@ -174,7 +174,7 @@ formatted as an [event](./data-model.md#events).
174174

175175
**Parameters:**
176176

177-
* [Event Name](./data-model.md#event-name) (required)
177+
* [Event Name](./data-model.md#field-eventname) (required)
178178
* [Timestamp](./data-model.md#field-timestamp) (optional)
179179
* [Observed Timestamp](./data-model.md#field-observedtimestamp) (optional). If unspecified
180180
the implementation SHOULD set it equal to the current time.

specification/logs/sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ the following information added to the [LogRecord](data-model.md#log-and-event-r
232232
* [`TraceId`](./data-model.md#field-traceid)
233233
* [`SpanId`](./data-model.md#field-spanid)
234234
* [`TraceFlags`](./data-model.md#field-traceflags)
235-
* **Status**: [Development](../document-status.md) - [`EventName`](./data-model.md#event-name)
235+
* **Status**: [Development](../document-status.md) - [`EventName`](./data-model.md#field-eventname)
236236

237237
The SDK MAY provide an operation that makes a deep clone of a `ReadWriteLogRecord`.
238238
The operation can be used by asynchronous processors (e.g. [Batching processor](#batching-processor))

0 commit comments

Comments
 (0)