Skip to content

docs: fix broken clone URL in install instructions - #107

Open
seanrreid wants to merge 1 commit into
mainfrom
docs/fix-install-urls
Open

docs: fix broken clone URL in install instructions#107
seanrreid wants to merge 1 commit into
mainfrom
docs/fix-install-urls

Conversation

@seanrreid

Copy link
Copy Markdown
Owner

Every git clone line in RAD's documentation points at
https://github.com/torchcodelab/rad-framework, which 404s. That org does not
exist; the repository lives at https://github.com/seanrreid/RAD_framework.

This is RAD's primary onboarding path — anyone following INSTALL.md, UPGRADE.md, or
the README to install the framework hits a dead URL on the very first command.

Affected

Six files, one line each:

File Line
README.md 134
INSTALL.md 23
UPGRADE.md 34
docs/apply-to-existing.md 39
docs/architect-guide.md 30
docs/daily-workflow.md 32

Verification

  • All five external URLs in README.md were link-checked. torchcodelab/rad-framework
    was the only dead one (404); the other four return 200.
  • https://github.com/seanrreid/RAD_framework returns 200.
  • The documented command was run end-to-end against the corrected URL — the clone
    succeeds and produces a populated tree.
  • No torchcodelab URL references remain in any tracked .md. The remaining matches
    are sean@torchcodelab.com, which is the architect's email and correct.

Provenance

This is the original commit from docs/fix-install-urls (2026-08-04), which was written
but never opened as a PR and had drifted 92 commits behind main. Rebased onto current
main rather than rewritten, so authorship is preserved. No conflicts.

Surfaced while building an unrelated talk deck that cited the RAD repo URL — the dead
link was being displayed on a slide.

Every install path pointed at https://github.com/torchcodelab/rad-framework,
which does not exist — wrong owner, and hyphens where the repo name has
underscores. Anyone following README, INSTALL, UPGRADE, or the three guides
got a 404 on step one.

Corrected to https://github.com/seanrreid/RAD_framework, matching origin.
Verified reachable over anonymous HTTPS with git ls-remote.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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