From 8932a1e59e0743c830d294ae5a6f0de4278e6da9 Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Thu, 27 Jun 2024 14:27:14 -0400 Subject: [PATCH] docs: fix link in README (#858) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cef1f5458..0ddfbabf8 100644 --- a/README.md +++ b/README.md @@ -220,4 +220,4 @@ final_state["messages"][-1].content ## Contributing -For more information on how to contribute, see [here](https://github.com/langchain-ai/langgraph/CONTRIBUTING.md). +For more information on how to contribute, see [here](https://github.com/langchain-ai/langgraph/blob/main/CONTRIBUTING.md).