Skip to content

fix: point the Cloud Agents link at self-hosted-cloud-agent - #55

Open
pucedoteth wants to merge 1 commit into
cursor:mainfrom
pucedoteth:fix/readme-cloud-agent-link
Open

fix: point the Cloud Agents link at self-hosted-cloud-agent#55
pucedoteth wants to merge 1 commit into
cursor:mainfrom
pucedoteth:fix/readme-cloud-agent-link

Conversation

@pucedoteth

@pucedoteth pucedoteth commented Aug 17, 2026

Copy link
Copy Markdown

The Cloud Agents section of the README links to cloud-agent, but the directory is self-hosted-cloud-agent. It's the only pointer on the front page to that section, so anyone clicking it gets a 404.

The target already has its own README.md titled "Self-Hosted Cloud Agents Lab", so the destination is fine — just the path was wrong.

Checked every relative link in the README; this was the only broken one, and all nine resolve after the change:

OK  [Hooks examples](hooks)
OK  [Self-hosted Cloud Agents lab](self-hosted-cloud-agent)   <- was cloud-agent
OK  [Quickstart](sdk/quickstart)
OK  [Prototyping tool](sdk/app-builder)
OK  [Kanban board](sdk/agent-kanban)
OK  [Coding agent CLI](sdk/coding-agent-cli)
OK  [DAG task runner](sdk/dag-task-runner)
OK  [`.cursor/skills/dag-task-runner`](.cursor/skills/dag-task-runner)
OK  [Perl bridge adapter](sdk/perl-bridge-adapter)

I also swept the other markdown in the repo. The only remaining unresolvable targets are the file:///Users/<user>/.cursor/projects/<workspace-slug>/… lines in the two dag-task-runner SKILL.md copies, which are placeholder templates rather than links — left alone deliberately.


Note

Low Risk
Documentation-only link correction with no runtime or code impact.

Overview
Fixes a broken relative link on the root README so the Self-hosted Cloud Agents lab entry points at self-hosted-cloud-agent instead of the non-existent cloud-agent path.

No other README links or docs content change in this PR.

Reviewed by Cursor Bugbot for commit fa93532. Bugbot is set up for automated code reviews on this repo. Configure here.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant