From df17c7eb2f49c568b85520aeca27786eea24e25f Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 31 May 2026 18:10:26 +0000 Subject: [PATCH 1/2] Fix broken docs links in README 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 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 737ee3c57be..57be14c0fac 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)](https://www.jetify.com/docs/devbox/contributor-quickstart/) ## What is it? @@ -47,7 +47,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 @@ -158,14 +158,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 114620a13606b491d9766ac4b10d61bbe3b6d2d8 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 1 Jun 2026 04:10:29 +0000 Subject: [PATCH 2/2] Address review: correct CLI reference slug and drop dead link - 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 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57be14c0fac..f84756a5ec9 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/docs/devbox/contributor-quickstart/) +[![Built with Devbox](https://www.jetify.com/img/devbox/shield_galaxy.svg)](https://github.com/jetify-com/devbox) ## What is it? @@ -165,7 +165,7 @@ Read more on the `devbox help` - see all commands See the -[CLI Reference](https://www.jetify.com/docs/devbox/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