diff --git a/README.md b/README.md index 963a3ba17feb3..00483d54bc6fe 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ For these applications, LangChain simplifies the entire application lifecycle: - **`langchain-community`**: Third party integrations. - Some integrations have been further split into **partner packages** that only rely on **`langchain-core`**. Examples include **`langchain_openai`** and **`langchain_anthropic`**. - **`langchain`**: Chains, agents, and retrieval strategies that make up an application's cognitive architecture. -- **[`LangGraph`](https://langchain-ai.github.io/langgraph/)**: A library for building robust and stateful multi-actor applications with LLMs by modeling steps as edges and nodes in a graph. Integrates smoothly with LangChain, but can be used without it. +- **[`LangGraph`](https://langchain-ai.github.io/langgraph/)**: A library for building robust and stateful multi-actor applications with LLMs by modeling steps as edges and nodes in a graph. Integrates smoothly with LangChain, but can be used without it. To learn more about LangGraph, check out our first LangChain Academy course, *Introduction to LangGraph*, available [here](https://academy.langchain.com/courses/intro-to-langgraph). ### Productionization: diff --git a/docs/docs/introduction.mdx b/docs/docs/introduction.mdx index 436e225510058..ba6255f60d2ab 100644 --- a/docs/docs/introduction.mdx +++ b/docs/docs/introduction.mdx @@ -55,7 +55,7 @@ These are the best ones to get started with: - [Build an Agent](/docs/tutorials/agents) - [Introduction to LangGraph](https://langchain-ai.github.io/langgraph/tutorials/introduction/) -Explore the full list of LangChain tutorials [here](/docs/tutorials), and check out other [LangGraph tutorials here](https://langchain-ai.github.io/langgraph/tutorials/). +Explore the full list of LangChain tutorials [here](/docs/tutorials), and check out other [LangGraph tutorials here](https://langchain-ai.github.io/langgraph/tutorials/). To learn more about LangGraph, check out our first LangChain Academy course, *Introduction to LangGraph*, available [here](https://academy.langchain.com/courses/intro-to-langgraph). ## [How-to guides](/docs/how_to)