Skip to content

docs: fix broken jetify.com documentation links in README#2850

Merged
mikeland73 merged 3 commits into
mainfrom
claude/focused-goldberg-zc1D7
Jun 9, 2026
Merged

docs: fix broken jetify.com documentation links in README#2850
mikeland73 merged 3 commits into
mainfrom
claude/focused-goldberg-zc1D7

Conversation

@mikeland73

Copy link
Copy Markdown
Collaborator

Summary

Fixes #2769

The documentation site moved from https://www.jetify.com/devbox/docs/... to https://www.jetify.com/docs/devbox/..., which left several links in README.md returning 404. This updates them to the current URL structure.

The two links explicitly reported in the issue:

  • …/devbox/docs/cli_reference/devbox/…/docs/devbox/cli_reference/devbox/
  • …/devbox/docs/contributor-quickstart/…/docs/devbox/contributor-quickstart/

Two more README links used the same stale prefix and were broken as well, so they're updated in the same pass:

  • …/devbox/docs/installing-devbox/
  • …/devbox/docs/quickstart/

The corrected jetify.com/docs/devbox/... structure is the one already used by the maintainer-authored example READMEs in this repo (e.g. examples/stacks/django/README.md), so this just brings the top-level README in line with it.

How was it tested?

URL changes only. HTTP verification from the CI/sandbox environment wasn't possible (jetify.com returns 403 to the sandbox regardless of path), so the fix relies on the in-repo evidence above. Diff is limited to README.md.

Note

The same stale jetify.com/devbox/docs/... prefix also appears in several examples/**/README.md files. I kept this PR scoped to README.md to match the issue; happy to follow up with a repo-wide sweep if maintainers would like.

cc @pmorch (issue author)

Community Contribution License

All community contributions in this pull request are licensed to the project maintainers under the terms of the Apache 2 License.


Generated by Claude Code

The documentation site moved from jetify.com/devbox/docs/... to
jetify.com/docs/devbox/..., leaving the README links returning 404.
Update the contributor-quickstart, installing-devbox, quickstart, and
cli_reference links to the current URL structure already used elsewhere
in the repo.

Fixes #2769
Copilot AI review requested due to automatic review settings June 6, 2026 14:11

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates the top-level README.md documentation links to match Jetify’s new Devbox docs URL structure (https://www.jetify.com/docs/devbox/...) after the site moved from the older https://www.jetify.com/devbox/docs/... paths, addressing the reported 404s in issue #2769.

Changes:

  • Fixes the “Built with Devbox” badge link to point at the new contributor quickstart URL.
  • Updates the install, quickstart, and CLI reference links in the README to use the new docs URL prefix.

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

Signed-off-by: Mike Landau <mikeland86@gmail.com>
Signed-off-by: Mike Landau <mikeland86@gmail.com>
@mikeland73 mikeland73 merged commit 85bf33b into main Jun 9, 2026
6 checks passed
@mikeland73 mikeland73 deleted the claude/focused-goldberg-zc1D7 branch June 9, 2026 22:29
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

4 participants