From b787d7e5915b5c626e367a3132b9829b4b28ca7f Mon Sep 17 00:00:00 2001 From: Mike Plachta Date: Tue, 6 Jan 2026 09:09:48 -0800 Subject: [PATCH] Update webhook-streaming.mdx (#4184) --- docs/en/enterprise/features/webhook-streaming.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/enterprise/features/webhook-streaming.mdx b/docs/en/enterprise/features/webhook-streaming.mdx index 304f33912..4abb4d41d 100644 --- a/docs/en/enterprise/features/webhook-streaming.mdx +++ b/docs/en/enterprise/features/webhook-streaming.mdx @@ -55,7 +55,7 @@ Each webhook sends a list of events: } ``` -The `data` object structure varies by event type. Refer to the [event list](https://github.com/crewAIInc/crewAI/tree/main/src/crewai/utilities/events) on GitHub. +The `data` object structure varies by event type. Refer to the [event list](https://github.com/crewAIInc/crewAI/tree/main/lib/crewai/src/crewai/events/types) on GitHub. As requests are sent over HTTP, the order of events can't be guaranteed. If you need ordering, use the `timestamp` field.