From 580fc7d46494e2be497eaa054de7e2cba52998a0 Mon Sep 17 00:00:00 2001 From: Shaya Ulman Date: Tue, 20 May 2025 23:49:50 +0300 Subject: [PATCH] docs: fix broken link (#31294) As stated [here](https://github.com/langchain-ai/langchain/blob/master/libs/community/README.md) this package has moved, hence the broken link --- docs/docs/how_to/document_loader_pdf.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how_to/document_loader_pdf.ipynb b/docs/docs/how_to/document_loader_pdf.ipynb index 766560c1db6..53f650313d8 100644 --- a/docs/docs/how_to/document_loader_pdf.ipynb +++ b/docs/docs/how_to/document_loader_pdf.ipynb @@ -20,7 +20,7 @@ "\n", "LangChain integrates with a host of PDF parsers. Some are simple and relatively low-level; others will support OCR and image-processing, or perform advanced document layout analysis. The right choice will depend on your needs. Below we enumerate the possibilities.\n", "\n", - "We will demonstrate these approaches on a [sample file](https://github.com/langchain-ai/langchain/blob/master/libs/community/tests/integration_tests/examples/layout-parser-paper.pdf):" + "We will demonstrate these approaches on a [sample file](https://github.com/langchain-ai/langchain-community/blob/main/libs/community/tests/examples/layout-parser-paper.pdf):" ] }, {