diff --git a/docs/docs/use_cases/question_answering/quickstart.mdx b/docs/docs/use_cases/question_answering/quickstart.mdx index 983464be74f..c2a8ef7cafd 100644 --- a/docs/docs/use_cases/question_answering/quickstart.mdx +++ b/docs/docs/use_cases/question_answering/quickstart.mdx @@ -253,7 +253,7 @@ In Detailed documentation on how to use `DocumentLoaders`. - [Integrations](../../../docs/integrations/document_loaders/): 160+ integrations to choose from. -- [Interface](https://api.python.langchain.com/en/latest/document_loaders/langchain_community.document_loaders.base.BaseLoader.html): +- [Interface](https://api.python.langchain.com/en/latest/document_loaders/langchain_core.document_loaders.base.BaseLoader.html): API reference  for the base interface. ## 2. Indexing: Split {#indexing-split}