Skip to content

Commit 7b7dd96

Browse files
committed
Fix broken /docs/sandbox/commands link in start command note
1 parent cb03525 commit 7b7dd96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/template/start-ready-command.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ When you later create a sandbox from that template, the snapshotted process is *
1111
This is how you get servers, seeded databases, or any long-running process available instantly when spawning sandboxes with the SDK.
1212

1313
<Note title="The start command does not run on sandbox creation">
14-
The start command runs **once during template build** and is captured in a snapshot. It does not re-execute each time you create a sandbox. If you need to run a command every time a sandbox is created, use [`sandbox.commands.run()`](/docs/sandbox/commands) after creating the sandbox instead.
14+
The start command runs **once during template build** and is captured in a snapshot. It does not re-execute each time you create a sandbox. If you need to run a command every time a sandbox is created, use `sandbox.commands.run()` after creating the sandbox instead.
1515
</Note>
1616

1717
You can see the full build process [here](/docs/template/how-it-works).

0 commit comments

Comments
 (0)