From be2e454a6141fcd91eb5044593a6a74da6ff0770 Mon Sep 17 00:00:00 2001 From: orbit-docs Date: Sat, 4 Jul 2026 07:14:15 +0000 Subject: [PATCH] docs: sandbox lives in src/modules/sandbox --- docs/sandbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sandbox.md b/docs/sandbox.md index 8be734d..a09b75b 100644 --- a/docs/sandbox.md +++ b/docs/sandbox.md @@ -16,7 +16,7 @@ DOM, cookies, `localStorage`, or the store — it can do only what its declared `permissions` allow, and nothing else. > **Experimental.** The sandbox API is small and may change between releases. It -> is a core subsystem (`src/sandbox/`), not a plugin itself. +> is a core subsystem (`src/modules/sandbox/`), not a plugin itself. ## Two ways it is used