DOCS: fix link to question answering (#13806)

first link in
[overview](https://python.langchain.com/docs/use_cases/question_answering/code_understanding#overview)
pull/13930/head
Manuel Riezebosch 7 months ago committed by GitHub
parent ba62ff89cc
commit 92b07ecaf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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",

Loading…
Cancel
Save