From ee340e0a3b4cd7d6df276184a5a7b107d03e5466 Mon Sep 17 00:00:00 2001 From: Dushmanta Date: Thu, 18 Sep 2025 19:00:29 +0530 Subject: [PATCH] fix(docs): update dead link to docling github and docs (#33001) - **Description:** Updated the dead/unreachable links to Docling from the additional resources section of the langchain-docling docs - **Issue:** Fixes langchain-ai/docs/issues/574 - **Dependencies:** None --- docs/docs/integrations/providers/docling.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/integrations/providers/docling.mdx b/docs/docs/integrations/providers/docling.mdx index e7515221c9b..55726101ad9 100644 --- a/docs/docs/integrations/providers/docling.mdx +++ b/docs/docs/integrations/providers/docling.mdx @@ -36,7 +36,7 @@ For end-to-end usage check out ## Additional Resources -- [LangChain Docling integration GitHub](https://github.com/DS4SD/docling-langchain) +- [LangChain Docling integration GitHub](https://github.com/docling-project/docling-langchain) - [LangChain Docling integration PyPI package](https://pypi.org/project/langchain-docling/) -- [Docling GitHub](https://github.com/DS4SD/docling) -- [Docling docs](https://ds4sd.github.io/docling/) +- [Docling GitHub](https://github.com/docling-project/docling) +- [Docling docs](https://docling-project.github.io/docling/)