Skip to content

Commit

Permalink
docs: quickstart example returns 404 (langchain-ai#17609)
Browse files Browse the repository at this point in the history
**Description:** 
Appears a legacy URL in the quickstart returns a 404. Updated to use
Langchain homepage and ran through tutorial to confirm results.
  • Loading branch information
montylounge authored Feb 16, 2024
1 parent aa31025 commit 88af4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/get_started/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ After that, we can import and use WebBaseLoader.

```python
from langchain_community.document_loaders import WebBaseLoader
loader = WebBaseLoader("https://docs.smith.langchain.com/overview")
loader = WebBaseLoader("https://docs.smith.langchain.com")

docs = loader.load()
```
Expand Down

0 comments on commit 88af4fd

Please sign in to comment.