Skip to content

Commit 57bbfcd

Browse files
authored
Fixes bad links in CMA docs (#30916)
1 parent d45e548 commit 57bbfcd

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

src/content/docs/sandbox/tutorials/claude-managed-agents.mdx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,12 @@ tags:
1515

1616
import { LinkButton } from "~/components";
1717

18-
Cloudflare provides a self-managed environment for [Claude Managed Agents](https://docs.anthropic.com/en/docs/agents-and-tools/claude-managed-agents). The agent loop runs on the Anthropic platform, while Cloudflare provides the runtime — sandboxes, egress control, browser access, email, and custom tools — that the agent's actions execute in.
18+
Cloudflare provides a self-managed environment for [Claude Managed Agents](https://platform.claude.com/docs/en/managed-agents/overview). The agent loop runs on the Anthropic platform, while Cloudflare provides the runtime — sandboxes, egress control, browser access, email, and custom tools — that the agent's actions execute in.
1919

2020
This integration ships as an open-source deployment template. Fork the repo, deploy it to your Cloudflare account, and customize it as needed.
2121

22-
<LinkButton variant="primary" href="https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/claude-managed-agents">
23-
Deploy to Cloudflare
24-
</LinkButton>
2522
<LinkButton variant="secondary" href="https://github.com/cloudflare/claude-managed-agents">
26-
View on GitHub
23+
Get Started
2724
</LinkButton>
2825

2926
## What you get

0 commit comments

Comments
 (0)