Skip to content

Commit

Permalink
docs: fix blog loading url (#4002)
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyRL committed Aug 12, 2024
1 parent e8a68ed commit 3b2cebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/blog/2024-08-07-version-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ loading methods, each tailored to different use cases:
- `stringStream` and `decodeStream`: Parse HTML directly from streams.
- `fromURL`: Fetch and parse HTML from a URL in one go.

Dive deeper into these methods in the
[Loading Documents](http:///docs/basics/loading) tutorial.
Dive deeper into these methods in the [Loading Documents](/docs/basics/loading)
tutorial.

## Simplified Data Extraction

Expand Down

0 comments on commit 3b2cebf

Please sign in to comment.