From 81886ad34598b2092ee9efd84e837c22c5faea58 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Wed, 3 Jan 2024 16:00:18 -0800 Subject: [PATCH] docs: fix broken link (#15509) --- docs/docs/get_started/introduction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/get_started/introduction.mdx b/docs/docs/get_started/introduction.mdx index 2cef4cc5f65..7452c5e2482 100644 --- a/docs/docs/get_started/introduction.mdx +++ b/docs/docs/get_started/introduction.mdx @@ -84,7 +84,7 @@ Walkthroughs and techniques for common end-to-end use cases, like: ### [Integrations](/docs/integrations/providers/) LangChain is part of a rich ecosystem of tools that integrate with our framework and build on top of it. Check out our growing list of [integrations](/docs/integrations/providers/). -### [Guides](/docs/guides/guides/debugging) +### [Guides](../guides/debugging.md) Best practices for developing with LangChain. ### [API reference](https://api.python.langchain.com)