Update readthedocs_documentation.ipynb (#6148)

Minor fix in documentation. 
Change URL in wget call to proper one.
This commit is contained in:
Maciej Bryński 2023-06-14 16:21:48 +02:00 committed by GitHub
parent e0e3ef1c57
commit 8a44c879c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/"
]
},
{