diff --git a/docs/modules/chains/index_examples/qa_with_sources.ipynb b/docs/modules/chains/index_examples/qa_with_sources.ipynb index 2db1c116a8..82d2f29988 100644 --- a/docs/modules/chains/index_examples/qa_with_sources.ipynb +++ b/docs/modules/chains/index_examples/qa_with_sources.ipynb @@ -7,7 +7,7 @@ "source": [ "# Question Answering with Sources\n", "\n", - "This notebook walks through how to use LangChain for question answering with sources over a list of documents. It covers four different chain types: `stuff`, `map_reduce`, `refine`,`map-rerank`. For a more in depth explanation of what these chain types are, see [here](../combine_docs.md)." + "This notebook walks through how to use LangChain for question answering with sources over a list of documents. It covers four different chain types: `stuff`, `map_reduce`, `refine`,`map-rerank`. For a more in depth explanation of what these chain types are, see [here](https://docs.langchain.com/docs/components/chains/index_related_chains)." ] }, { diff --git a/docs/modules/chains/index_examples/question_answering.ipynb b/docs/modules/chains/index_examples/question_answering.ipynb index 725dbebbd3..64f067d413 100644 --- a/docs/modules/chains/index_examples/question_answering.ipynb +++ b/docs/modules/chains/index_examples/question_answering.ipynb @@ -7,7 +7,7 @@ "source": [ "# Question Answering\n", "\n", - "This notebook walks through how to use LangChain for question answering over a list of documents. It covers four different types of chains: `stuff`, `map_reduce`, `refine`, `map_rerank`. For a more in depth explanation of what these chain types are, see [here](../combine_docs.md)." + "This notebook walks through how to use LangChain for question answering over a list of documents. It covers four different types of chains: `stuff`, `map_reduce`, `refine`, `map_rerank`. For a more in depth explanation of what these chain types are, see [here](https://docs.langchain.com/docs/components/chains/index_related_chains)." ] }, {