From 6d3453500569e5109580898d50766ccf4bd95bdb Mon Sep 17 00:00:00 2001 From: Mike Nomitch Date: Tue, 19 May 2026 10:07:56 +0100 Subject: [PATCH] Fixes bad links in CMA docs --- .../docs/sandbox/tutorials/claude-managed-agents.mdx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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