From 8a44c879c61fe73ec81000d1dfaab6923ebee8b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bry=C5=84ski?= Date: Wed, 14 Jun 2023 16:21:48 +0200 Subject: [PATCH] Update readthedocs_documentation.ipynb (#6148) Minor fix in documentation. Change URL in wget call to proper one. --- .../document_loaders/examples/readthedocs_documentation.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/indexes/document_loaders/examples/readthedocs_documentation.ipynb b/docs/modules/indexes/document_loaders/examples/readthedocs_documentation.ipynb index c6c5b84d..7de45eb3 100644 --- a/docs/modules/indexes/document_loaders/examples/readthedocs_documentation.ipynb +++ b/docs/modules/indexes/document_loaders/examples/readthedocs_documentation.ipynb @@ -33,7 +33,7 @@ "metadata": {}, "outputs": [], "source": [ - "#!wget -r -A.html -P rtdocs https://langchain.readthedocs.io/en/latest/" + "#!wget -r -A.html -P rtdocs https://python.langchain.com/en/latest/" ] }, {