Skip to content

Commit 822007b

Browse files
committed
Fix links
1 parent 5b3fea8 commit 822007b

File tree

6 files changed

+3
-8
lines changed

6 files changed

+3
-8
lines changed

src/content/docs/sandbox/api/interpreter.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,6 @@ if (result.results[0]?.html) {
181181

182182
## Related resources
183183

184-
- [Build an AI Code Executor](/sandbox/tutorials/build-an-ai-code-executor/) - Complete tutorial
184+
- [Build an AI Code Executor](/sandbox/tutorials/ai-code-executor/) - Complete tutorial
185185
- [Commands API](/sandbox/api/commands/) - Lower-level command execution
186186
- [Files API](/sandbox/api/files/) - File operations

src/content/docs/sandbox/configuration/wrangler.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export default {
243243
## Related resources
244244

245245
- [Wrangler documentation](/workers/wrangler/) - Complete Wrangler reference
246-
- [Durable Objects configuration](/durable-objects/configuration/) - DO-specific settings
246+
- [Durable Objects setup](/durable-objects/get-started/) - DO-specific configuration
247247
- [Dockerfile reference](/sandbox/configuration/dockerfile/) - Custom container images
248248
- [Environment variables](/sandbox/configuration/environment-variables/) - Passing configuration to sandboxes
249249
- [Get Started guide](/sandbox/get-started/) - Initial setup walkthrough

src/content/docs/sandbox/guides/code-execution.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,5 @@ console.log('All contexts deleted');
258258
## Related resources
259259

260260
- [Code Interpreter API reference](/sandbox/api/interpreter/) - Complete API documentation
261-
- [AI code executor tutorial](/sandbox/tutorials/build-an-ai-code-executor/) - Build complete AI executor
261+
- [AI code executor tutorial](/sandbox/tutorials/ai-code-executor/) - Build complete AI executor
262262
- [Execute commands guide](/sandbox/guides/execute-commands/) - Lower-level command execution
263-
- [Best practices](/sandbox/best-practices/) - Production patterns

src/content/docs/sandbox/guides/expose-services.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,4 +269,3 @@ Preview URLs follow the pattern `https://{sandbox-id}-{port}.sandbox.workers.dev
269269
- [Ports API reference](/sandbox/api/ports/) - Complete port exposure API
270270
- [Background processes guide](/sandbox/guides/background-processes/) - Managing services
271271
- [Execute commands guide](/sandbox/guides/execute-commands/) - Starting services
272-
- [Dev environment tutorial](/sandbox/tutorials/dev-environment/) - Complete example

src/content/docs/sandbox/guides/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ These guides show you how to solve specific problems and implement features with
2121

2222
- [Tutorials](/sandbox/tutorials/) - Step-by-step learning paths
2323
- [API reference](/sandbox/api/) - Complete method documentation
24-
- [Best practices](/sandbox/best-practices/) - Performance, security, and production patterns

src/content/docs/sandbox/tutorials/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,3 @@ All tutorials assume you have:
6969

7070
- [How-to guides](/sandbox/guides/) - Solve specific problems
7171
- [API reference](/sandbox/api/) - Complete SDK reference
72-
- [Examples](/sandbox/examples/) - Code snippets and patterns
73-
- [Best practices](/sandbox/best-practices/) - Production deployment guidance

0 commit comments

Comments
 (0)