fix: point the Cloud Agents link at self-hosted-cloud-agent - #55
Open
pucedoteth wants to merge 1 commit into
Open
fix: point the Cloud Agents link at self-hosted-cloud-agent#55pucedoteth wants to merge 1 commit into
pucedoteth wants to merge 1 commit into
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Cloud Agents section of the README links to
cloud-agent, but the directory isself-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.mdtitled "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:
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 twodag-task-runnerSKILL.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-agentinstead of the non-existentcloud-agentpath.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.