From ce6b396186270433ba6a3e85eec6118c2f5c2f3a Mon Sep 17 00:00:00 2001 From: Tat Dat Duong Date: Thu, 13 Feb 2025 11:16:32 -0800 Subject: [PATCH] Update index page as well --- docs/docs/how-tos/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how-tos/index.md b/docs/docs/how-tos/index.md index 9556afd64..45c47f0c7 100644 --- a/docs/docs/how-tos/index.md +++ b/docs/docs/how-tos/index.md @@ -204,7 +204,7 @@ Learn how to set up your app for deployment to LangGraph Platform: - [How to test locally](../cloud/deployment/test_locally.md) - [How to rebuild graph at runtime](../cloud/deployment/graph_rebuild.md) - [How to use LangGraph Platform to deploy CrewAI, AutoGen, and other frameworks](autogen-langgraph-platform.ipynb) -- [How to stream runs in your React frontend](../cloud/how-tos/use_stream_react.md) +- [How to integrate LangGraph into your React application](../cloud/how-tos/use_stream_react.md) ### Deployment