From 1f7e8111566860cf23a8c4460f9a346b39eddd21 Mon Sep 17 00:00:00 2001 From: yudai yamamoto <60994397+pythagoras-yamamoto@users.noreply.github.com> Date: Fri, 3 Nov 2023 05:00:53 +0900 Subject: [PATCH] Fixed broken link in Quickstart page (#12516) - **Description:** Corrected a specific link within the documentation. - **Issue:** #12490 - **Dependencies:** - **Tag maintainer:** - **Twitter handle:** --------- Co-authored-by: Erick Friis --- docs/docs/get_started/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/get_started/quickstart.mdx b/docs/docs/get_started/quickstart.mdx index 20d5509a68..2c3ea21dc6 100644 --- a/docs/docs/get_started/quickstart.mdx +++ b/docs/docs/get_started/quickstart.mdx @@ -274,4 +274,4 @@ To continue on your journey: - Learn the other [key components](/docs/modules) - Read up on [LangChain Expression Language](/docs/expression_language) to learn how to chain these components together - Check out our [helpful guides](/docs/guides) for detailed walkthroughs on particular topics -- Explore [end-to-end use cases](/docs/use_cases) +- Explore [end-to-end use cases](/docs/use_cases/qa_structured/sql)