From 3dbe37041a2430ddc3b7f3f3003fb7b532859f90 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Tue, 7 Jan 2025 11:00:14 -0500 Subject: [PATCH] docs: readme nit (#2899) When looking at [docs](https://langchain-ai.github.io/langgraph/) this sentence is confusing, not clear there's two separate links or why one of them would lead to repo --- README.md | 2 +- libs/langgraph/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a05b4ce97..a6d4bcddb 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ⚡ Building language agents as graphs ⚡ > [!NOTE] -> Looking for the JS version? Click [here](https://github.com/langchain-ai/langgraphjs) ([JS docs](https://langchain-ai.github.io/langgraphjs/)). +> Looking for the JS version? See the [JS repo](https://github.com/langchain-ai/langgraphjs) and the [JS docs](https://langchain-ai.github.io/langgraphjs/). ## Overview diff --git a/libs/langgraph/README.md b/libs/langgraph/README.md index a05b4ce97..a6d4bcddb 100644 --- a/libs/langgraph/README.md +++ b/libs/langgraph/README.md @@ -8,7 +8,7 @@ ⚡ Building language agents as graphs ⚡ > [!NOTE] -> Looking for the JS version? Click [here](https://github.com/langchain-ai/langgraphjs) ([JS docs](https://langchain-ai.github.io/langgraphjs/)). +> Looking for the JS version? See the [JS repo](https://github.com/langchain-ai/langgraphjs) and the [JS docs](https://langchain-ai.github.io/langgraphjs/). ## Overview