From ac1c8634a892cc46b1f87c83c3da4b5aa5914960 Mon Sep 17 00:00:00 2001 From: Ean Yang <80308783+YQisme@users.noreply.github.com> Date: Sat, 2 Dec 2023 00:47:38 +0800 Subject: [PATCH] docs[patch] Update invalid guides link (#14106) --- 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 996c4dec9..d3e42904f 100644 --- a/docs/docs/get_started/introduction.mdx +++ b/docs/docs/get_started/introduction.mdx @@ -79,7 +79,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/adapters/openai) +### [Guides](/docs/guides/guides/debugging) Best practices for developing with LangChain. ### [API reference](https://api.python.langchain.com)