From e64bfb537fbb27f386c2aada3b99870aedf9874b Mon Sep 17 00:00:00 2001 From: Gabe Cornejo <64950833+gccornejo441@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:26:01 -0500 Subject: [PATCH] docs: Fix old link to Unstructured package in document_loader_markdown.ipynb (#29175) Fixed a broken link in `document_loader_markdown.ipynb` to point to the updated documentation page for the Unstructured package. Issue: N/A Dependencies: None --- docs/docs/how_to/document_loader_markdown.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how_to/document_loader_markdown.ipynb b/docs/docs/how_to/document_loader_markdown.ipynb index 385d3f687aa..2a28b8c34a8 100644 --- a/docs/docs/how_to/document_loader_markdown.ipynb +++ b/docs/docs/how_to/document_loader_markdown.ipynb @@ -16,7 +16,7 @@ "- Basic usage;\n", "- Parsing of Markdown into elements such as titles, list items, and text.\n", "\n", - "LangChain implements an [UnstructuredMarkdownLoader](https://python.langchain.com/api_reference/community/document_loaders/langchain_community.document_loaders.markdown.UnstructuredMarkdownLoader.html) object which requires the [Unstructured](https://unstructured-io.github.io/unstructured/) package. First we install it:" + "LangChain implements an [UnstructuredMarkdownLoader](https://python.langchain.com/api_reference/community/document_loaders/langchain_community.document_loaders.markdown.UnstructuredMarkdownLoader.html) object which requires the [Unstructured](https://docs.unstructured.io/welcome/) package. First we install it:" ] }, {