Skip to content

Commit 99f923d

Browse files
authored
fix minor issues with code example and sign-up link (#19683)
1 parent cf1fe60 commit 99f923d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/content/docs/ai-gateway/integrations/aig-workers-ai-binding.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ export default {
8989
skipCache: true, // Optional: Skip cache if needed
9090
},
9191
},
92+
);
9293

9394
// Return the AI response as a JSON object
9495
return new Response(JSON.stringify(response), {

src/content/docs/ai-gateway/tutorials/create-first-aig-workers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This tutorial guides you through creating your first AI Gateway using Workers AI
1212

1313
## Sign up and log in
1414

15-
1. **Sign up**: If you do not have a Cloudflare account, [sign up](https:/cloudflare.com/sign-up).
15+
1. **Sign up**: If you do not have a Cloudflare account, [sign up](https://cloudflare.com/sign-up).
1616
2. **Log in**: Access the Cloudflare dashboard by logging in to the [Cloudflare dashboard](https://dash.cloudflare.com/login).
1717

1818
## Create gateway

0 commit comments

Comments
 (0)