From 95d4df41fcbff806be1636597ddded740db39f2c Mon Sep 17 00:00:00 2001 From: Hasanul Islam Date: Tue, 30 Sep 2025 09:11:38 -0400 Subject: [PATCH] Fix broken link of partition docs of package --- 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 e940bff59..c6c8331a3 100644 --- a/libs/community/langchain_community/document_loaders/markdown.py +++ b/libs/community/langchain_community/document_loaders/markdown.py @@ -69,7 +69,7 @@ class UnstructuredMarkdownLoader(UnstructuredFileLoader): References ---------- - https://unstructured-io.github.io/unstructured/core/partition.html#partition-md + https://docs.unstructured.io/open-source/core-functionality/partitioning#partition-md """ # noqa: E501 def __init__(