diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5c82c9f0c787c06..ac94083a2a1482d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -41,7 +41,7 @@ # Browser Rendering API -/src/content/docs/browser-rendering/ @mchenco @cloudflare/pcx-technical-writing @celso @meddulla +/src/content/docs/browser-rendering/ @mchenco @cloudflare/pcx-technical-writing @celso @meddulla @danielgek # Changelogs diff --git a/src/content/docs/browser-rendering/how-to/ai.mdx b/src/content/docs/browser-rendering/how-to/ai.mdx index 7bf88493d1a0cdd..e74720bc017422b 100644 --- a/src/content/docs/browser-rendering/how-to/ai.mdx +++ b/src/content/docs/browser-rendering/how-to/ai.mdx @@ -7,7 +7,7 @@ sidebar: import { Aside, WranglerConfig } from "~/components"; 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 -`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. +`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. ## Prerequisites