Skip to content

Commit a984109

Browse files
mhihasanmdrxy
authored andcommitted
Fix broken link of partition docs of unstructured package (#354)
Fix the broken link of partition documentation of unstructured package, since the docs url has been changed recently. Co-authored-by: Mason Daugherty <[email protected]>
1 parent 44b7889 commit a984109

File tree

1 file changed

+1
-1
lines changed
  • libs/community/langchain_community/document_loaders

1 file changed

+1
-1
lines changed

libs/community/langchain_community/document_loaders/markdown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class UnstructuredMarkdownLoader(UnstructuredFileLoader):
6969
7070
References
7171
----------
72-
https://unstructured-io.github.io/unstructured/core/partition.html#partition-md
72+
https://docs.unstructured.io/open-source/core-functionality/partitioning#partition-md
7373
""" # noqa: E501
7474

7575
def __init__(

0 commit comments

Comments
 (0)