fix(docs): update LangGraph guides link and add JS how-to link (#32583)

**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 <mason@langchain.dev>
This commit is contained in:
Daehwi Kim 2025-08-18 23:27:37 +09:00 committed by GitHub
parent 21b61aaf9a
commit fb74265175
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/)