From 7d557cb8650e3863aa0a155f521b4606db1d969e Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Fri, 5 Dec 2025 18:09:41 -0500 Subject: [PATCH] chore: fix links for docs (#6538) --- README.md | 2 +- libs/langgraph/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3708e717..8e5df3ce0 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ While LangGraph can be used standalone, it also integrates seamlessly with any L - [LangChain](https://docs.langchain.com/oss/python/langchain/overview) – Provides integrations and composable components to streamline LLM application development. > [!NOTE] -> Looking for the JS version of LangGraph? See the [JS repo](https://github.com/langchain-ai/langgraphjs) and the [JS docs](https://langchain-ai.github.io/langgraphjs/). +> Looking for the JS version of LangGraph? See the [JS repo](https://github.com/langchain-ai/langgraphjs) and the [JS docs](https://docs.langchain.com/oss/javascript/langgraph/overview). ## Additional resources diff --git a/libs/langgraph/README.md b/libs/langgraph/README.md index a3708e717..8e5df3ce0 100644 --- a/libs/langgraph/README.md +++ b/libs/langgraph/README.md @@ -67,7 +67,7 @@ While LangGraph can be used standalone, it also integrates seamlessly with any L - [LangChain](https://docs.langchain.com/oss/python/langchain/overview) – Provides integrations and composable components to streamline LLM application development. > [!NOTE] -> Looking for the JS version of LangGraph? See the [JS repo](https://github.com/langchain-ai/langgraphjs) and the [JS docs](https://langchain-ai.github.io/langgraphjs/). +> Looking for the JS version of LangGraph? See the [JS repo](https://github.com/langchain-ai/langgraphjs) and the [JS docs](https://docs.langchain.com/oss/javascript/langgraph/overview). ## Additional resources