From e67affa9387c9a2d629ae45c83d4cdc3f8ba73ce Mon Sep 17 00:00:00 2001 From: Martin Kuba Date: Wed, 7 Feb 2024 16:19:52 -0800 Subject: [PATCH] update TOC --- specification/logs/event-api.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/specification/logs/event-api.md b/specification/logs/event-api.md index 2692be9fcbc..ba20400c6d1 100644 --- a/specification/logs/event-api.md +++ b/specification/logs/event-api.md @@ -10,9 +10,9 @@ - [Overview](#overview) -- [EventEmitter](#EventEmitter) - * [EventEmitter Operations](#EventEmitter-operations) - + [Create EventEmitter](#create-EventEmitter) +- [EventEmitter](#eventemitter) + * [EventEmitter Operations](#eventemitter-operations) + + [Create EventEmitter](#create-eventemitter) + [Emit Event](#emit-event) - [Optional and required parameters](#optional-and-required-parameters) @@ -89,7 +89,7 @@ This function MAY be named `logEvent`. The implementation MUST use the parameters to [emit a logRecord](./bridge-api.md#emit-a-logrecord) using the `logger` -specified when [creating the EventEmitter](#create-EventEmitter) as follows: +specified when [creating the EventEmitter](#create-eventemitter) as follows: * The `Name` MUST be used to set the `event.name` [Attribute](./data-model.md#field-attributes). If