diff --git a/src/content/docs/ai-gateway/integrations/aig-workers-ai-binding.mdx b/src/content/docs/ai-gateway/integrations/aig-workers-ai-binding.mdx index 787608b9a2603a..882eb63cf43334 100644 --- a/src/content/docs/ai-gateway/integrations/aig-workers-ai-binding.mdx +++ b/src/content/docs/ai-gateway/integrations/aig-workers-ai-binding.mdx @@ -89,6 +89,7 @@ export default { skipCache: true, // Optional: Skip cache if needed }, }, + ); // Return the AI response as a JSON object return new Response(JSON.stringify(response), { diff --git a/src/content/docs/ai-gateway/tutorials/create-first-aig-workers.mdx b/src/content/docs/ai-gateway/tutorials/create-first-aig-workers.mdx index a385075189dae9..0c92de852e4203 100644 --- a/src/content/docs/ai-gateway/tutorials/create-first-aig-workers.mdx +++ b/src/content/docs/ai-gateway/tutorials/create-first-aig-workers.mdx @@ -12,7 +12,7 @@ This tutorial guides you through creating your first AI Gateway using Workers AI ## Sign up and log in -1. **Sign up**: If you do not have a Cloudflare account, [sign up](https:/cloudflare.com/sign-up). +1. **Sign up**: If you do not have a Cloudflare account, [sign up](https://cloudflare.com/sign-up). 2. **Log in**: Access the Cloudflare dashboard by logging in to the [Cloudflare dashboard](https://dash.cloudflare.com/login). ## Create gateway