Skip to content

Commit c279e8a

Browse files
Fix typo and add link in sandboxing chapter
1 parent b1a6c4c commit c279e8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/chapters/10-sandboxing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ the task completes. No persistent state means no accumulated security
3939
risks or data leakage between sessions. Each agent starts clean and ends
4040
clean.
4141

42-
Ona takes this approach in production: every agent gets an isolated
42+
[Ona](https://ona.com) takes this approach in production: every agent gets an isolated
4343
cloud environment with its own filesystem, network, and process space.
4444
The environment is pre-configured with the project’s dependencies and
4545
tools, then destroyed when the task is done. This eliminates an entire

0 commit comments

Comments
 (0)