From 79fa9a81f4302ebf0850a2b7a021683cd7ac7a20 Mon Sep 17 00:00:00 2001 From: Brace Sproul Date: Wed, 15 Nov 2023 15:02:26 -0800 Subject: [PATCH] Fix a link in docs (#13423) --- 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 4b436f9a05a..4863097ff85 100644 --- a/docs/docs/get_started/introduction.mdx +++ b/docs/docs/get_started/introduction.mdx @@ -49,7 +49,7 @@ LCEL is a declarative way to compose chains. LCEL was designed from day 1 to sup - **[Overview](/docs/expression_language/)**: LCEL and its benefits - **[Interface](/docs/expression_language/interface)**: The standard interface for LCEL objects -- **[How-to](/docs/expression_language/interface)**: Key features of LCEL +- **[How-to](/docs/expression_language/how_to)**: Key features of LCEL - **[Cookbook](/docs/expression_language/cookbook)**: Example code for accomplishing common tasks