From ba437b7c0e2a91efa35eae30b2ad774dcc49dcba Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 6 Jun 2026 14:11:24 +0000 Subject: [PATCH] docs: fix broken jetify.com doc links in README 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 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2fae768d8b6..c5e544f5bbe 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? @@ -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