From dc71fcfabfaf89345bacb937f957068ab7c47516 Mon Sep 17 00:00:00 2001 From: Grzegorz Sajko <42315895+gsajko@users.noreply.github.com> Date: Fri, 22 Dec 2023 21:39:38 +0100 Subject: [PATCH] corrected outdated link (#15053) --- libs/community/langchain_community/document_loaders/markdown.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/community/langchain_community/document_loaders/markdown.py b/libs/community/langchain_community/document_loaders/markdown.py index 0d0df3752d318..a74e2c956017d 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: