From 5e6fdc83749682e7b6f1b1dc832ef0f130d2b9d0 Mon Sep 17 00:00:00 2001 From: lorenzejay Date: Mon, 29 Jun 2026 16:36:42 -0700 Subject: [PATCH] Fix streaming contract docs link --- docs/edge/en/guides/flows/conversational-flows.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/edge/en/guides/flows/conversational-flows.mdx b/docs/edge/en/guides/flows/conversational-flows.mdx index 0a0d6f8a3..255bfb498 100644 --- a/docs/edge/en/guides/flows/conversational-flows.mdx +++ b/docs/edge/en/guides/flows/conversational-flows.mdx @@ -101,7 +101,7 @@ with stream: result = stream.result ``` -For the full frame contract, channel list, and async API, see [Streaming Runtime Contract](/en/learn/streaming-runtime-contract). +For the full frame contract, channel list, and async API, see [Streaming Runtime Contract](/edge/en/learn/streaming-runtime-contract). ## Turn lifecycle