Merge pull request #326 from jamescalam/langchain-link-fix

update wget to new langchain docs url
This commit is contained in:
Ted Sanders 2023-04-11 19:29:57 -07:00 committed by GitHub
commit 76b934e157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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