Found while reviewing PR #410 (a README reorg) — this is pre-existing and untouched by that PR, filing separately.
`docs/BACKEND_GUIDE.md:67`:
```
See README.md for step-by-step
```
README.md has no heading that slugifies to `step-2-install-sbx-cli` — the closest is `### Step 2: Install acq` (slug `step-2-install-acq`), which is about the acq installer, not sbx specifically. The link has likely been dead since the sbx-specific step was folded into the unified acq install step in an earlier README pass.
Fix
Repoint to the correct current target — likely `docs/howto/sbx.md` (the sbx-specific how-to) or the relevant anchor within the current README's Step 2, whichever matches what the surrounding BACKEND_GUIDE.md prose actually needs.
AI-assisted (OpenCode).
Found while reviewing PR #410 (a README reorg) — this is pre-existing and untouched by that PR, filing separately.
`docs/BACKEND_GUIDE.md:67`:
```
See README.md for step-by-step
```
README.md has no heading that slugifies to `step-2-install-sbx-cli` — the closest is `### Step 2: Install acq` (slug `step-2-install-acq`), which is about the acq installer, not sbx specifically. The link has likely been dead since the sbx-specific step was folded into the unified acq install step in an earlier README pass.
Fix
Repoint to the correct current target — likely `docs/howto/sbx.md` (the sbx-specific how-to) or the relevant anchor within the current README's Step 2, whichever matches what the surrounding BACKEND_GUIDE.md prose actually needs.
AI-assisted (OpenCode).