From 25d682cc9e523ececb757844cde719868fa62ac6 Mon Sep 17 00:00:00 2001 From: Tat Dat Duong Date: Mon, 17 Feb 2025 04:38:22 +0100 Subject: [PATCH] fix(docs): broken assistant-ui link --- docs/docs/cloud/how-tos/use_stream_react.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/cloud/how-tos/use_stream_react.md b/docs/docs/cloud/how-tos/use_stream_react.md index 89fd8482a..a64feb9af 100644 --- a/docs/docs/cloud/how-tos/use_stream_react.md +++ b/docs/docs/cloud/how-tos/use_stream_react.md @@ -15,7 +15,7 @@ Key features: Let's explore how to use `useStream()` in your React application. -The `useStream()` provides a solid foundation for creating bespoke chat experiences. For pre-built chat components and interfaces, we recommend checking out [CopilotKit](https://docs.copilotkit.ai/coagents/quickstart/langgraph) and [assistant-ui](https://github.com/langchain-ai/assistant-ui). +The `useStream()` provides a solid foundation for creating bespoke chat experiences. For pre-built chat components and interfaces, we recommend checking out [CopilotKit](https://docs.copilotkit.ai/coagents/quickstart/langgraph) and [assistant-ui](https://www.assistant-ui.com/docs/runtimes/langgraph). ## Example