From 82c57ed9d376b02c896aecf72a0fe6d9a3571a39 Mon Sep 17 00:00:00 2001 From: Santi Garza Date: Sun, 14 Jun 2026 17:52:48 -0700 Subject: [PATCH] Fix link to Self-hosted Cloud Agents lab Previous link (https://github.com/cursor/cookbook/blob/main/cloud-agent) led to a 404 error. This fixes it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d651daa..cc126e1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A guided project hook setup for audit logging, sensitive prompt guards, and foll ## Cloud Agents -### [Self-hosted Cloud Agents lab](cloud-agent) +### [Self-hosted Cloud Agents lab](self-hosted-cloud-agent) Run Cursor Cloud Agent workers on customer-managed AWS infrastructure with examples for EC2 + Docker, ECS/Fargate, and EKS + Helm.