From 8cb87eaf7637ca591adc9715fc412e6661e4a77d Mon Sep 17 00:00:00 2001 From: Lauren Hirata Singh Date: Tue, 13 Jan 2026 09:34:16 -0500 Subject: [PATCH] chore(docs): Update link for LangGraph guides in README (#6680) https://langchain.slack.com/archives/C04GWPE38LV/p1768251150861949 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7eb80247..50e967959 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ While LangGraph can be used standalone, it also integrates seamlessly with any L ## Additional resources -- [Guides](https://docs.langchain.com/oss/python/langgraph/guides): Quick, actionable code snippets for topics such as streaming, adding memory & persistence, and design patterns (e.g. branching, subgraphs, etc.). +- [Guides](https://docs.langchain.com/oss/python/langgraph/overview): Quick, actionable code snippets for topics such as streaming, adding memory & persistence, and design patterns (e.g. branching, subgraphs, etc.). - [Reference](https://reference.langchain.com/python/langgraph/): Detailed reference on core classes, methods, how to use the graph and checkpointing APIs, and higher-level prebuilt components. - [Examples](https://docs.langchain.com/oss/python/langgraph/agentic-rag): Guided examples on getting started with LangGraph. - [LangChain Forum](https://forum.langchain.com/): Connect with the community and share all of your technical questions, ideas, and feedback.