Skip to content

Commit

Permalink
Update readthedocs_documentation.ipynb (langchain-ai#6148)
Browse files Browse the repository at this point in the history
Minor fix in documentation. 
Change URL in wget call to proper one.
  • Loading branch information
maver1ck authored and Undertone0809 committed Jun 19, 2023
1 parent 9946f75 commit f3e3394
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
]
},
{
Expand Down

0 comments on commit f3e3394

Please sign in to comment.