Skip to content

Commit 91273cd

Browse files
meddullakodster28
andauthored
Fix url in browser rendering ai tutorial (#19210)
* [Browser Rendering] Fix url in ai tutorial * [Browser Rendering] Add danielgek as code owner * Update src/content/docs/browser-rendering/how-to/ai.mdx --------- Co-authored-by: Sofia Cardita <[email protected]> Co-authored-by: Kody Jackson <[email protected]> Co-authored-by: Kody Jackson <[email protected]>
1 parent 9e99007 commit 91273cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
# Browser Rendering API
4343

44-
/src/content/docs/browser-rendering/ @mchenco @cloudflare/pcx-technical-writing @celso @meddulla
44+
/src/content/docs/browser-rendering/ @mchenco @cloudflare/pcx-technical-writing @celso @meddulla @danielgek
4545

4646
# Changelogs
4747

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77
import { Aside, WranglerConfig } from "~/components";
88

99
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.
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)