From a42666c6150ff6c238ee3c78e76d9f4bbe2851df Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 9 Jun 2026 14:08:59 +0000 Subject: [PATCH 1/2] docs: fix broken jetify.com documentation links in README 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 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2fae768d8b6..36389da3337 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ![License: Apache 2.0](https://img.shields.io/github/license/jetify-com/devbox) [![version](https://img.shields.io/github/v/release/jetify-com/devbox?color=green&label=version&sort=semver)](https://github.com/jetify-com/devbox/releases) [![tests](https://github.com/jetify-com/devbox/actions/workflows/cli-post-release.yml/badge.svg)](https://github.com/jetify-com/devbox/actions/workflows/cli-release.yml?branch=main) -[![Built with Devbox](https://www.jetify.com/img/devbox/shield_galaxy.svg)](https://www.jetify.com/devbox/docs/contributor-quickstart/) +[![Built with Devbox](https://www.jetify.com/img/devbox/shield_galaxy.svg)](CONTRIBUTING.md) ## What is it? @@ -48,7 +48,7 @@ curl -fsSL https://get.jetify.com/devbox | bash ``` Read more on the -[Devbox docs](https://www.jetify.com/devbox/docs/installing-devbox/). +[Devbox docs](https://www.jetify.com/docs/devbox/installing-devbox). ## Benefits @@ -159,14 +159,14 @@ ensuring we don't pollute your machine. ``` Read more on the -[Devbox docs Quickstart](https://www.jetify.com/devbox/docs/quickstart/). +[Devbox docs Quickstart](https://www.jetify.com/docs/devbox/quickstart). ## Additional commands `devbox help` - see all commands See the -[CLI Reference](https://www.jetify.com/devbox/docs/cli_reference/devbox/) for +[CLI Reference](https://www.jetify.com/docs/devbox/cli-reference/devbox) for the full list of commands. ## Join our Developer Community From eb649bd5f9a07f61a9fa3e9d5c0c28e31fab2ee4 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 9 Jun 2026 14:15:41 +0000 Subject: [PATCH 2/2] ci: re-trigger workflows 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.