Skip to content

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

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

docs: fix broken jetify.com documentation links in README#2859
mikeland73 wants to merge 2 commits into
mainfrom
claude/focused-goldberg-udi146

Conversation

@mikeland73

Copy link
Copy Markdown
Collaborator

What

Fixes the broken/404 documentation links in README.md reported in #2769.

The Devbox docs were reorganized: they moved from https://www.jetify.com/devbox/docs/... to https://www.jetify.com/docs/devbox/..., the CLI reference path switched from cli_reference (underscore) to cli-reference (hyphen), and the hosted contributor-quickstart page was removed (it isn't present in the jetify-com/docs source tree anymore).

Changes

Old (404 / deprecated) New
…/devbox/docs/cli_reference/devbox/ …/docs/devbox/cli-reference/devbox
…/devbox/docs/contributor-quickstart/ (badge) repo-local CONTRIBUTING.md
…/devbox/docs/quickstart/ …/docs/devbox/quickstart
…/devbox/docs/installing-devbox/ …/docs/devbox/installing-devbox

The two links explicitly called out in the issue (cli_reference/devbox and contributor-quickstart) were the confirmed 404s; the other two used the same deprecated /devbox/docs/ prefix and are updated to the current canonical structure to prevent future breakage. The "Built with Devbox" badge now points at the in-repo CONTRIBUTING.md, mirroring how CODE_OF_CONDUCT.md is already linked.

Notes

Docs-only change; no code paths affected.

Closes #2769

cc @pmorch (issue reporter)


Generated by Claude Code

The Devbox documentation moved from /devbox/docs/ to /docs/devbox/, and the
contributor-quickstart page no longer exists. Update the README links so they
point at the current docs structure:

- cli_reference/devbox -> cli-reference/devbox (now hyphenated, under /docs/devbox)
- quickstart and installing-devbox -> /docs/devbox/...
- Built with Devbox badge now links to the in-repo CONTRIBUTING.md, since the
  hosted contributor-quickstart page was removed

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

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 README.md to fix (and proactively prevent) broken Jetify Devbox documentation links after the docs site reorganization, addressing the 404s reported in #2769.

Changes:

  • Replace deprecated https://www.jetify.com/devbox/docs/... links with the new canonical https://www.jetify.com/docs/devbox/... structure.
  • Update the CLI reference URL path from cli_reference to cli-reference.
  • Point the “Built with Devbox” badge to the repo-local CONTRIBUTING.md (which exists in-repo) instead of the removed hosted contributor quickstart page.

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

Previous run hit a transient HTTP 502 from the Nix binary cache
(install.determinate.systems) during print-dev-env on the
test-nix-versions (macos-latest, 2.19.2) job. No source changes; this
empty commit re-runs CI.
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