Skip to content

Fix broken links - #1530

Open
mintlify[bot] wants to merge 1 commit into
mintlifyfrom
mintlify-8d0a72e9
Open

Fix broken links#1530
mintlify[bot] wants to merge 1 commit into
mintlifyfrom
mintlify-8d0a72e9

Conversation

@mintlify

@mintlify mintlify Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Summary

Fixed one broken anchor link found while scanning links into cli/sandbox-commands.mdx (changed in #1528).

Changes

  • sandboxes/tuning.mdx: the msb ps link pointed to /cli/sandbox-commands#msb-status-/-ps, which doesn't resolve. The heading ## msb status / ps slugifies to msb-status--ps (the slash is dropped), so the anchor was corrected to /cli/sandbox-commands#msb-status--ps.

No other broken links found. mint validate and mint broken-links both pass.

Confidence Score: 4/5

This PR should not merge until the changed fragment is restored to the anchor generated for the msb status / ps heading.

The sole change replaces the target鈥檚 slash-preserving anchor with a fragment that does not identify the intended CLI section.

Files Needing Attention: docs/sandboxes/tuning.mdx

Fix all with Greploop Fix All in Codex Fix All in Claude Code

Prompt To Fix All With AI
### Issue 1
docs/sandboxes/tuning.mdx:213
**Anchor drops preserved slash**

When a reader clicks `msb ps`, the changed fragment omits the slash preserved in the generated `msb-status-/-ps` anchor, so the link does not navigate to the intended CLI section.

```suggestion
Use [`msb ps`](/cli/sandbox-commands#msb-status-/-ps) to see allocation as `effective / max`, and [`msb metrics`](/cli/sandbox-commands#msb-metrics) to check real usage before resizing. The apply result reports `applied`, `converging`, `guest-refused`, or `failed` for each resource so automation can wait for the guest to settle.
```

---

For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.

Reviews (1): Last reviewed commit: "fix: correct msb status anchor link in t..." | Re-trigger Greptile

Greptile also left 1 inline comment on this PR.

@mintlify

mintlify Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor Author

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated
microsandbox 馃煝 Ready View Preview Sep 4, 2026, 7:40 PM

Comment thread docs/sandboxes/tuning.mdx
</CodeGroup>

Use [`msb ps`](/cli/sandbox-commands#msb-status-/-ps) to see allocation as `effective / max`, and [`msb metrics`](/cli/sandbox-commands#msb-metrics) to check real usage before resizing. The apply result reports `applied`, `converging`, `guest-refused`, or `failed` for each resource so automation can wait for the guest to settle.
Use [`msb ps`](/cli/sandbox-commands#msb-status--ps) to see allocation as `effective / max`, and [`msb metrics`](/cli/sandbox-commands#msb-metrics) to check real usage before resizing. The apply result reports `applied`, `converging`, `guest-refused`, or `failed` for each resource so automation can wait for the guest to settle.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Anchor drops preserved slash

When a reader clicks msb ps, the changed fragment omits the slash preserved in the generated msb-status-/-ps anchor, so the link does not navigate to the intended CLI section.

Suggested change
Use [`msb ps`](/cli/sandbox-commands#msb-status--ps) to see allocation as `effective / max`, and [`msb metrics`](/cli/sandbox-commands#msb-metrics) to check real usage before resizing. The apply result reports `applied`, `converging`, `guest-refused`, or `failed` for each resource so automation can wait for the guest to settle.
Use [`msb ps`](/cli/sandbox-commands#msb-status-/-ps) to see allocation as `effective / max`, and [`msb metrics`](/cli/sandbox-commands#msb-metrics) to check real usage before resizing. The apply result reports `applied`, `converging`, `guest-refused`, or `failed` for each resource so automation can wait for the guest to settle.
Prompt To Fix With AI
This is a comment left during a code review.
Path: docs/sandboxes/tuning.mdx
Line: 213

Comment:
**Anchor drops preserved slash**

When a reader clicks `msb ps`, the changed fragment omits the slash preserved in the generated `msb-status-/-ps` anchor, so the link does not navigate to the intended CLI section.

```suggestion
Use [`msb ps`](/cli/sandbox-commands#msb-status-/-ps) to see allocation as `effective / max`, and [`msb metrics`](/cli/sandbox-commands#msb-metrics) to check real usage before resizing. The apply result reports `applied`, `converging`, `guest-refused`, or `failed` for each resource so automation can wait for the guest to settle.
```

---

For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.

Fix in Codex Fix in Claude Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants