Skip to content

Commit df17c7e

Browse files
committed
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
1 parent b18237b commit df17c7e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
![License: Apache 2.0](https://img.shields.io/github/license/jetify-com/devbox)
1313
[![version](https://img.shields.io/github/v/release/jetify-com/devbox?color=green&label=version&sort=semver)](https://github.com/jetify-com/devbox/releases)
1414
[![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)
15-
[![Built with Devbox](https://www.jetify.com/img/devbox/shield_galaxy.svg)](https://www.jetify.com/devbox/docs/contributor-quickstart/)
15+
[![Built with Devbox](https://www.jetify.com/img/devbox/shield_galaxy.svg)](https://www.jetify.com/docs/devbox/contributor-quickstart/)
1616

1717
## What is it?
1818

@@ -47,7 +47,7 @@ curl -fsSL https://get.jetify.com/devbox | bash
4747
```
4848

4949
Read more on the
50-
[Devbox docs](https://www.jetify.com/devbox/docs/installing-devbox/).
50+
[Devbox docs](https://www.jetify.com/docs/devbox/installing-devbox/).
5151

5252
## Benefits
5353

@@ -158,14 +158,14 @@ ensuring we don't pollute your machine.
158158
```
159159

160160
Read more on the
161-
[Devbox docs Quickstart](https://www.jetify.com/devbox/docs/quickstart/).
161+
[Devbox docs Quickstart](https://www.jetify.com/docs/devbox/quickstart/).
162162

163163
## Additional commands
164164

165165
`devbox help` - see all commands
166166

167167
See the
168-
[CLI Reference](https://www.jetify.com/devbox/docs/cli_reference/devbox/) for
168+
[CLI Reference](https://www.jetify.com/docs/devbox/cli_reference/devbox/) for
169169
the full list of commands.
170170

171171
## Join our Developer Community

0 commit comments

Comments
 (0)