diff --git a/libs/community/langchain_community/document_loaders/markdown.py b/libs/community/langchain_community/document_loaders/markdown.py index 0d0df3752d..a74e2c9560 100644 --- a/libs/community/langchain_community/document_loaders/markdown.py +++ b/libs/community/langchain_community/document_loaders/markdown.py @@ -24,7 +24,7 @@ class UnstructuredMarkdownLoader(UnstructuredFileLoader): References ---------- - https://unstructured-io.github.io/unstructured/bricks.html#partition-md + https://unstructured-io.github.io/unstructured/core/partition.html#partition-md """ def _get_elements(self) -> List: