From 95cbc068fc5062eed367489ac214b7675455ddf4 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 19:38:29 +0000 Subject: [PATCH] fix: correct msb status anchor link in tuning page --- docs/sandboxes/tuning.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sandboxes/tuning.mdx b/docs/sandboxes/tuning.mdx index 6c1fb20db..5652d9afc 100644 --- a/docs/sandboxes/tuning.mdx +++ b/docs/sandboxes/tuning.mdx @@ -210,7 +210,7 @@ plan, err := sb.Modify(ctx, m.ModifyOptions{ ``` -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. ### Labels