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