Skip to content

Commit fc2f66c

Browse files
authored
docs: fixed link to docs of unstructured (#32306)
In the section [How to load documents from a directory](https://python.langchain.com/docs/how_to/document_loader_directory/) there is a link to the docs of *unstructured*. When you click this link, it tells you that it has moved. Accordingly this PR fixes this link in LangChain docs directly from: `https://unstructured-io.github.io/unstructured/#` to: `https://docs.unstructured.io/`
1 parent 0e28776 commit fc2f66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/how_to/document_loader_directory.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"id": "e3cdb7bb-1f58-4a7a-af83-599443127834",
3131
"metadata": {},
3232
"source": [
33-
"`DirectoryLoader` accepts a `loader_cls` kwarg, which defaults to [UnstructuredLoader](/docs/integrations/document_loaders/unstructured_file). [Unstructured](https://unstructured-io.github.io/unstructured/) supports parsing for a number of formats, such as PDF and HTML. Here we use it to read in a markdown (.md) file.\n",
33+
"`DirectoryLoader` accepts a `loader_cls` kwarg, which defaults to [UnstructuredLoader](/docs/integrations/document_loaders/unstructured_file). [Unstructured](https://docs.unstructured.io/) supports parsing for a number of formats, such as PDF and HTML. Here we use it to read in a markdown (.md) file.\n",
3434
"\n",
3535
"We can use the `glob` parameter to control which files to load. Note that here it doesn't load the `.rst` file or the `.html` files."
3636
]

0 commit comments

Comments
 (0)