docs: fix broken jetify.com documentation links in README#2850
Open
mikeland73 wants to merge 1 commit into
Open
docs: fix broken jetify.com documentation links in README#2850mikeland73 wants to merge 1 commit into
mikeland73 wants to merge 1 commit into
Conversation
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
Contributor
There was a problem hiding this comment.
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.
ipince
approved these changes
Jun 7, 2026
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.
Summary
Fixes #2769
The documentation site moved from
https://www.jetify.com/devbox/docs/...tohttps://www.jetify.com/docs/devbox/..., which left several links inREADME.mdreturning 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 severalexamples/**/README.mdfiles. I kept this PR scoped toREADME.mdto 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