From e7f841e86f8a6e01473dcdcfb5621b7d63b6a1e3 Mon Sep 17 00:00:00 2001 From: Harshil Agrawal Date: Mon, 3 Feb 2025 18:09:05 +0100 Subject: [PATCH] fix minor issues with code example and sign-up link --- .../docs/ai-gateway/integrations/aig-workers-ai-binding.mdx | 1 + .../docs/ai-gateway/tutorials/create-first-aig-workers.mdx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 787608b9a2603a9..882eb63cf433347 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 a385075189dae94..0c92de852e4203b 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