From 92b07ecaf32d4eff68ff80650ce57f7c4009f519 Mon Sep 17 00:00:00 2001 From: Manuel Riezebosch Date: Mon, 27 Nov 2023 21:56:15 +0100 Subject: [PATCH] DOCS: fix link to question answering (#13806) first link in [overview](https://python.langchain.com/docs/use_cases/question_answering/code_understanding#overview) --- docs/docs/use_cases/question_answering/code_understanding.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/use_cases/question_answering/code_understanding.ipynb b/docs/docs/use_cases/question_answering/code_understanding.ipynb index 9abe005d81..9d1823abaf 100644 --- a/docs/docs/use_cases/question_answering/code_understanding.ipynb +++ b/docs/docs/use_cases/question_answering/code_understanding.ipynb @@ -28,7 +28,7 @@ "\n", "## Overview\n", "\n", - "The pipeline for QA over code follows [the steps we do for document question answering](/docs/docs/use_cases/question_answering), with some differences:\n", + "The pipeline for QA over code follows [the steps we do for document question answering](/docs/use_cases/question_answering), with some differences:\n", "\n", "In particular, we can employ a [splitting strategy](https://python.langchain.com/docs/integrations/document_loaders/source_code) that does a few things:\n", "\n",