From 1240f8bdca3eecac0d6e6bc152d4fd70a7c1d168 Mon Sep 17 00:00:00 2001 From: jito Date: Thu, 10 Jul 2025 01:20:33 +0900 Subject: [PATCH] fix: correct troubleshooting link path (#5411) fix: correct troubleshooting link path from index.md.md to index.md Signed-off-by: jitokim --- docs/docs/additional-resources/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/additional-resources/index.md b/docs/docs/additional-resources/index.md index 6e4e7a93b..33e52e805 100644 --- a/docs/docs/additional-resources/index.md +++ b/docs/docs/additional-resources/index.md @@ -8,4 +8,4 @@ This section contains additional resources for LangGraph. - [FAQ](../concepts/faq.md): A collection of frequently asked questions about LangGraph. - [llms.txt](../llms-txt-overview.md): A list of documentation files in the `llms.txt` format that allow LLMs and agents to access our documentation. - [LangChain Forum](https://forum.langchain.com/): A place to ask questions and get help from other LangGraph users. -- [Troubleshooting](../troubleshooting/errors/index.md.md): A collection of troubleshooting guides for common issues. \ No newline at end of file +- [Troubleshooting](../troubleshooting/errors/index.md): A collection of troubleshooting guides for common issues. \ No newline at end of file