fix(docs): replace dead troubleshooting links with wasteland overview

The troubleshooting page was deleted earlier in this PR with a redirect
to the wasteland index, but several inline links still pointed at the
old path. Lychee link-checker treats those as broken because it
validates files on disk rather than honoring redirects. Repoint them at
/docs/code-with-ai/gastown/wasteland directly.
This commit is contained in:
John Fawcett
2026-05-13 12:21:44 -05:00
parent 1acf0d7fed
commit a877f0d61c
3 changed files with 6 additions and 6 deletions
@@ -136,4 +136,4 @@ You've completed your first wasteland cycle. Here's where to go from here:
- **Post your own wanted items** — See [Administration](/docs/code-with-ai/gastown/wasteland/admin) for posting work to the board
- **Run your own wasteland** — A private instance for your team with scoped reputation and controlled validators
- **Learn about stamps and reputation** — See [Concepts](/docs/code-with-ai/gastown/wasteland/concepts) for the deep dive
- **Troubleshoot issues** — See [Troubleshooting](/docs/code-with-ai/gastown/wasteland/troubleshooting) if something went wrong
- **Troubleshoot issues** — See the [Wasteland overview](/docs/code-with-ai/gastown/wasteland) if something went wrong
@@ -113,7 +113,7 @@ If the Mayor reports DoltHub authentication errors, the PAT may have expired or
- The token's scope still covers the wasteland database
- The token hasn't hit a rate limit
See [Troubleshooting](/docs/code-with-ai/gastown/wasteland/troubleshooting) for detailed diagnosis steps.
See the [Wasteland overview](/docs/code-with-ai/gastown/wasteland) for detailed diagnosis steps.
## Wanted Item Filters
@@ -214,10 +214,10 @@ If a validator **rejects** your evidence, the item goes back to `claimed` (not `
| Problem | What to do |
|---|---|
| Claim fails — another rig got there first | The Mayor will suggest the next available item. Try claiming a different one. |
| Evidence auto-submit fails | Check your DoltHub PAT is valid. The Mayor will retry. See [Troubleshooting](/docs/code-with-ai/gastown/wasteland/troubleshooting). |
| Evidence auto-submit fails | Check your DoltHub PAT is valid. The Mayor will retry. See the [Wasteland overview](/docs/code-with-ai/gastown/wasteland). |
| Stuck claim — you can't complete the work | [Abandon the claim](#cancelingabandoning) to release it back to the board. |
| Item stays in `in_review` forever | Validators may be backlogged. You can check the PR status on DoltHub directly. |
| `PRECONDITION_FAILED` on `wl done` | The item may not be in `claimed` state, or your credential may be invalid. See [Troubleshooting](/docs/code-with-ai/gastown/wasteland/troubleshooting). |
| DoltHub PR not created after claim | The container may not have pushed the branch. Check container status. See [Troubleshooting](/docs/code-with-ai/gastown/wasteland/troubleshooting). |
| Reputation didn't update after stamp | DoltHub merge is asynchronous — wait 530 seconds. If still missing, see [Troubleshooting](/docs/code-with-ai/gastown/wasteland/troubleshooting). |
| `PRECONDITION_FAILED` on `wl done` | The item may not be in `claimed` state, or your credential may be invalid. See the [Wasteland overview](/docs/code-with-ai/gastown/wasteland). |
| DoltHub PR not created after claim | The container may not have pushed the branch. Check container status. See the [Wasteland overview](/docs/code-with-ai/gastown/wasteland). |
| Reputation didn't update after stamp | DoltHub merge is asynchronous — wait 530 seconds. If still missing, see the [Wasteland overview](/docs/code-with-ai/gastown/wasteland). |
| Can't claim — "rig not found" | Your rig registration PR may not be merged yet. Ask a validator to merge it. |