From fb742651759297bc740cbc72d7494a77820b87d1 Mon Sep 17 00:00:00 2001 From: Daehwi Kim <121790935+kimday0326@users.noreply.github.com> Date: Mon, 18 Aug 2025 23:27:37 +0900 Subject: [PATCH] fix(docs): update LangGraph guides link and add JS how-to link (#32583) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description:** Corrected LangGraph documentation link (changed to “guides”), and added a link to LangGraph JS how-to guides for clarity. **Issue:** N/A **Dependencies:** None --------- Co-authored-by: Mason Daugherty --- docs/docs/how_to/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how_to/index.mdx b/docs/docs/how_to/index.mdx index 1a60c637e5e..dad7eab3603 100644 --- a/docs/docs/how_to/index.mdx +++ b/docs/docs/how_to/index.mdx @@ -345,7 +345,7 @@ LangGraph is an extension of LangChain aimed at building robust and stateful multi-actor applications with LLMs by modeling steps as edges and nodes in a graph. LangGraph documentation is currently hosted on a separate site. -You can peruse [LangGraph how-to guides here](https://langchain-ai.github.io/langgraph/how-tos/). +You can find the [LangGraph guides here](https://langchain-ai.github.io/langgraph/guides/). ## [LangSmith](https://docs.smith.langchain.com/)