Skip to content

Fix broken docs links in README (404s)#2840

Open
mikeland73 wants to merge 2 commits into
mainfrom
claude/focused-goldberg-fK56L
Open

Fix broken docs links in README (404s)#2840
mikeland73 wants to merge 2 commits into
mainfrom
claude/focused-goldberg-fK56L

Conversation

@mikeland73
Copy link
Copy Markdown
Collaborator

Summary

The documentation links in README.md use the legacy https://www.jetify.com/devbox/docs/... URL prefix, which now returns 404. The canonical docs URL structure is https://www.jetify.com/docs/devbox/... (the devbox/docs path segments are swapped).

This same migration was already applied to the example project READMEs in #2730, and the generated .envrc template (internal/devbox/generate/tmpl/envrc.tmpl) already uses the docs/devbox/ form. The top-level README.md was missed.

Changes

Updated the four broken doc links in README.md to swap the prefix from /devbox/docs//docs/devbox/:

Link Before After
Contributor quickstart …/devbox/docs/contributor-quickstart/ …/docs/devbox/contributor-quickstart/
Installing Devbox …/devbox/docs/installing-devbox/ …/docs/devbox/installing-devbox/
Quickstart …/devbox/docs/quickstart/ …/docs/devbox/quickstart/
CLI Reference …/devbox/docs/cli_reference/devbox/ …/docs/devbox/cli_reference/devbox/

The issue reported two of these (contributor-quickstart and cli_reference); the other two shared the same broken prefix and would 404 as well, so they were fixed for consistency. The product landing page link (https://www.jetify.com/devbox/) does not use the broken /docs/ path and was left unchanged.

How was it tested?

Docs-only change. The corrected prefix matches the URL structure already used elsewhere in the repo (example READMEs and the .envrc template).

Fixes #2769

cc @pmorch (issue reporter)


Generated by Claude Code

The docs links in README.md used the legacy `jetify.com/devbox/docs/`
URL prefix, which now returns 404. The canonical docs URL structure is
`jetify.com/docs/devbox/` (as already used in the generated .envrc
template and example READMEs migrated in #2730).

Update the contributor-quickstart, installing-devbox, quickstart, and
cli_reference links accordingly.

Fixes #2769
Copilot AI review requested due to automatic review settings May 31, 2026 18:10
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes broken documentation links in the top-level README.md by updating legacy /devbox/docs/ URLs to the current /docs/devbox/ structure.

Changes:

  • Updated four README documentation links to the canonical Jetify docs path.
  • Left the Devbox product landing page link unchanged since it is not a docs URL.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- CLI reference path uses a hyphen: cli-reference (not cli_reference)
- The contributor-quickstart docs page no longer exists; point the
  "Built with Devbox" badge to the devbox repo instead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

README.md has broken/404 links to jetlify.com

3 participants