diff --git a/src/content/docs/sandbox/tutorials/claude-managed-agents.mdx b/src/content/docs/sandbox/tutorials/claude-managed-agents.mdx
index 6924b0af1832c84..022b3803088764b 100644
--- a/src/content/docs/sandbox/tutorials/claude-managed-agents.mdx
+++ b/src/content/docs/sandbox/tutorials/claude-managed-agents.mdx
@@ -15,15 +15,12 @@ tags:
import { LinkButton } from "~/components";
-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.
+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.
This integration ships as an open-source deployment template. Fork the repo, deploy it to your Cloudflare account, and customize it as needed.
-
- Deploy to Cloudflare
-
- View on GitHub
+ Get Started
## What you get