From c52aa4c6794a9af07a4087f019a5555d407eaf14 Mon Sep 17 00:00:00 2001 From: pwseg Date: Wed, 16 Apr 2025 12:42:24 -0500 Subject: [PATCH] fix broken anchor link --- src/connections/functions/insert-functions.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/connections/functions/insert-functions.md b/src/connections/functions/insert-functions.md index 162af72577..f40678d9df 100644 --- a/src/connections/functions/insert-functions.md +++ b/src/connections/functions/insert-functions.md @@ -182,8 +182,7 @@ async function onIdentify(event) { ``` If you don't supply a function for an event type, Segment throws an `EventNotSupported` error by default. - -You can read more about [error handling](#destination-insert-functions-logs-and-errors) below. +See [errors and error handling](#errors-and-error-handling) for more information on supported error types and how to troubleshoot them. ## Runtime and dependencies