From d57999885a0f2d8cef5e419014e38c21fd44291e Mon Sep 17 00:00:00 2001 From: James Murdza Date: Mon, 20 Oct 2025 15:37:38 -0700 Subject: [PATCH] Fix broken link in Form Filling example --- docs/content/docs/example-usecases/form-filling.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/example-usecases/form-filling.mdx b/docs/content/docs/example-usecases/form-filling.mdx index 03623181..e819502e 100644 --- a/docs/content/docs/example-usecases/form-filling.mdx +++ b/docs/content/docs/example-usecases/form-filling.mdx @@ -10,7 +10,7 @@ import { Tab, Tabs } from 'fumadocs-ui/components/tabs'; Cua can be used to automate interactions between form filling and local file systems over any operating system. Cua let's you interact with all the elements of a web page and local file systems to integrate between the two. -This preset usecase uses [Computer Agent](/agent-sdk/computer-agent) to interact with a web page and local file systems along with [Agent Loops](/agent-sdk/agent-loops) to run the agent in a loop with message history. +This preset usecase uses [Cua Computer](/computer-sdk/computers) to interact with a web page and local file systems along with [Agent Loops](/agent-sdk/agent-loops) to run the agent in a loop with message history. ## Quickstart