From 3920afb935df96564167573105662204ac630359 Mon Sep 17 00:00:00 2001 From: Lee Robinson Date: Tue, 7 Jan 2025 19:06:23 -0600 Subject: [PATCH] Update src/content/docs/workers-ai/configuration/ai-sdk.mdx Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> --- src/content/docs/workers-ai/configuration/ai-sdk.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/workers-ai/configuration/ai-sdk.mdx b/src/content/docs/workers-ai/configuration/ai-sdk.mdx index ae09ccde75e4b0..2eff0c111f514b 100644 --- a/src/content/docs/workers-ai/configuration/ai-sdk.mdx +++ b/src/content/docs/workers-ai/configuration/ai-sdk.mdx @@ -25,7 +25,7 @@ binding = "AI" ## Models -The AI SDK can be configured to work with [any AI model](https://developers.cloudflare.com/workers-ai/models/). +The AI SDK can be configured to work with [any AI model](/workers-ai/models/). ```js import { createWorkersAI } from 'workers-ai-provider';