Fix broken links - #1530
Open
mintlify[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Merged
| </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. |
There was a problem hiding this comment.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixed one broken anchor link found while scanning links into
cli/sandbox-commands.mdx(changed in #1528).Changes
sandboxes/tuning.mdx: themsb pslink pointed to/cli/sandbox-commands#msb-status-/-ps, which doesn't resolve. The heading## msb status / psslugifies tomsb-status--ps(the slash is dropped), so the anchor was corrected to/cli/sandbox-commands#msb-status--ps.No other broken links found.
mint validateandmint broken-linksboth pass.Confidence Score: 4/5
This PR should not merge until the changed fragment is restored to the anchor generated for the
msb status / psheading.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
Prompt To Fix All With AI
Reviews (1): Last reviewed commit: "fix: correct msb status anchor link in t..." | Re-trigger Greptile