From fa93532fe3245e4a1560bb29fa8ae710e294629d Mon Sep 17 00:00:00 2001 From: pucedoteth <119044801+pucedoteth@users.noreply.github.com> Date: Mon, 17 Aug 2026 14:06:14 +0200 Subject: [PATCH] fix: point the Cloud Agents link at self-hosted-cloud-agent The README's Cloud Agents section linked to `cloud-agent`, but the directory is `self-hosted-cloud-agent`, so the only pointer on the front page to that whole section 404s. The target already has its own "Self-Hosted Cloud Agents Lab" README to land on. The other eight relative links in the README resolve. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f1b743..e07c332 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 and ECS/Fargate.