From ee8374c4c013e8bc496a87da015d441ef551fb46 Mon Sep 17 00:00:00 2001 From: Thapar <43771865+thapar25@users.noreply.github.com> Date: Thu, 20 Mar 2025 01:57:37 +0530 Subject: [PATCH] docs: Update bad link in libs/cli README.md (#3919) Fixed reference hyperlink --- libs/cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/cli/README.md b/libs/cli/README.md index 595372ef7..69f9dec9b 100644 --- a/libs/cli/README.md +++ b/libs/cli/README.md @@ -79,7 +79,7 @@ The CLI uses a `langgraph.json` configuration file with these key settings: } ``` -See the [full documentation](https://langchain-ai.github.io/langgraph/docs/cloud/reference/cli.html) for detailed configuration options. +See the [full documentation](https://langchain-ai.github.io/langgraph/cloud/reference/cli/) for detailed configuration options. ## Development