Skip to content

Commit 34445d6

Browse files
committed
Fixes broken link
1 parent 4737fc2 commit 34445d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/migrating-from-v3.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export const myAiTask = schemaTask({
140140
});
141141
```
142142

143-
We've replaced the `toolTask` function with the `ai.tool` function, which creates an AI tool from an existing `schemaTask`. See the [ai.tool](#ai-tool) section for more details.
143+
We've replaced the `toolTask` function with the `ai.tool` function, which creates an AI tool from an existing `schemaTask`. See the [ai.tool](/tasks/schemaTask#ai-tool) page for more details.
144144

145145
## Breaking changes
146146

0 commit comments

Comments
 (0)