Skip to content

Commit 2cc0f7b

Browse files
committed
fix(docs): fix links
1 parent de7adde commit 2cc0f7b

15 files changed

Lines changed: 18 additions & 16 deletions

CLAUDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
- website: https://secureexec.dev
66
- docs: https://secureexec.dev/docs
77
- GitHub: https://github.com/rivet-dev/secure-exec
8+
- GitHub org is `rivet-dev` — NEVER use `anthropics` or any other org in GitHub URLs for this repo
9+
- the docs slug for Node.js compatibility is `nodejs-compatibility` (not `node-compatability` or other variants)
810

911
## NPM Packages
1012

docs/features/child-processes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Spawn child processes from sandboxed code.
44
icon: "terminal"
55
---
66

7-
<Card title="Example on GitHub" icon="github" href="https://github.com/anthropics/secure-exec/blob/main/examples/features/src/child-processes.ts">
7+
<Card title="Example on GitHub" icon="github" href="https://github.com/rivet-dev/secure-exec/blob/main/examples/features/src/child-processes.ts">
88
Runnable example for child process spawning.
99
</Card>
1010

docs/features/filesystem.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Filesystem backends for sandboxed code.
44
icon: "folder"
55
---
66

7-
<Card title="Example on GitHub" icon="github" href="https://github.com/anthropics/secure-exec/blob/main/examples/features/src/filesystem.ts">
7+
<Card title="Example on GitHub" icon="github" href="https://github.com/rivet-dev/secure-exec/blob/main/examples/features/src/filesystem.ts">
88
Runnable example for filesystem backends.
99
</Card>
1010

docs/features/module-loading.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: How sandboxed code resolves and loads modules.
55
icon: "cubes"
66
---
77

8-
<Card title="Example on GitHub" icon="github" href="https://github.com/anthropics/secure-exec/blob/main/examples/features/src/module-loading.ts">
8+
<Card title="Example on GitHub" icon="github" href="https://github.com/rivet-dev/secure-exec/blob/main/examples/features/src/module-loading.ts">
99
Runnable example for module resolution and loading.
1010
</Card>
1111

docs/features/networking.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Network access for sandboxed code.
44
icon: "globe"
55
---
66

7-
<Card title="Example on GitHub" icon="github" href="https://github.com/anthropics/secure-exec/blob/main/examples/features/src/networking.ts">
7+
<Card title="Example on GitHub" icon="github" href="https://github.com/rivet-dev/secure-exec/blob/main/examples/features/src/networking.ts">
88
Runnable example for network access control.
99
</Card>
1010

docs/features/output-capture.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Capture console output from sandboxed code.
44
icon: "message-lines"
55
---
66

7-
<Card title="Example on GitHub" icon="github" href="https://github.com/anthropics/secure-exec/blob/main/examples/features/src/output-capture.ts">
7+
<Card title="Example on GitHub" icon="github" href="https://github.com/rivet-dev/secure-exec/blob/main/examples/features/src/output-capture.ts">
88
Runnable example for capturing console output.
99
</Card>
1010

docs/features/permissions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Control what sandboxed code can access on the host.
44
icon: "lock"
55
---
66

7-
<Card title="Example on GitHub" icon="github" href="https://github.com/anthropics/secure-exec/blob/main/examples/features/src/permissions.ts">
7+
<Card title="Example on GitHub" icon="github" href="https://github.com/rivet-dev/secure-exec/blob/main/examples/features/src/permissions.ts">
88
Runnable example for permission configuration.
99
</Card>
1010

docs/features/resource-limits.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: CPU time, memory, and payload size controls.
44
icon: "gauge"
55
---
66

7-
<Card title="Example on GitHub" icon="github" href="https://github.com/anthropics/secure-exec/blob/main/examples/features/src/resource-limits.ts">
7+
<Card title="Example on GitHub" icon="github" href="https://github.com/rivet-dev/secure-exec/blob/main/examples/features/src/resource-limits.ts">
88
Runnable example for CPU and memory limits.
99
</Card>
1010

docs/features/typescript.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Sandboxed type checking and compilation.
44
icon: "code"
55
---
66

7-
<Card title="Example on GitHub" icon="github" href="https://github.com/anthropics/secure-exec/blob/main/examples/features/src/typescript.ts">
7+
<Card title="Example on GitHub" icon="github" href="https://github.com/rivet-dev/secure-exec/blob/main/examples/features/src/typescript.ts">
88
Runnable example for sandboxed TypeScript compilation.
99
</Card>
1010

docs/use-cases/ai-agent-code-exec.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Give AI agents a secure code-execution tool with CPU and memory lim
44
icon: "robot"
55
---
66

7-
<Card title="Example on GitHub" icon="github" href="https://github.com/anthropics/secure-exec/tree/main/examples/ai-agent-type-check">
7+
<Card title="Example on GitHub" icon="github" href="https://github.com/rivet-dev/secure-exec/tree/main/examples/ai-agent-type-check">
88
Full working example with type-checked TypeScript execution.
99
</Card>
1010

0 commit comments

Comments
 (0)