Skip to content

Commit 27bf7ca

Browse files
committed
[Browser Rendering] Fix url in ai tutorial
1 parent 9d39b9f commit 27bf7ca

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/browser-rendering/how-to

1 file changed

+2
-2
lines changed

src/content/docs/browser-rendering/how-to/ai.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ sidebar:
66

77
import { Aside } from "~/components";
88

9-
The ability to browse websites can be crucial when building workflows with AI. Here, we provide an example where we use Browser Rendering to visit
10-
`https://news.ycombinator.com/` and then, using a machine learning model available in [Workers AI](/workers-ai/), extract the first post as JSON with a specified schema.
9+
The ability to browse websites can be crucial when building workflows with AI. Here, we provide an example where we use Browser Rendering to visit
10+
`https://labs.apnic.net/` and then, using a machine learning model available in [Workers AI](/workers-ai/), extract the first post as JSON with a specified schema.
1111

1212
## Prerequisites
1313

0 commit comments

Comments
 (0)