Skip to content

Commit 5b253a4

Browse files
committed
Fix additional links found by Codex
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent ad8dab5 commit 5b253a4

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

docs/examples/coding-agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,5 +147,5 @@ The sandbox has its own kernel and filesystem. If the agent does something unexp
147147

148148
- [Sandboxes](/mac/sandboxes) - more on launching and managing ephemeral VMs
149149
- [Headless OpenCode on Slicer for Linux](/examples/opencode-agent) - one-shot agent execution via userdata and the exec API
150-
- [Headless Cursor CLI on Slicer for Linux](/examples/cursor-cli-agent) - running Cursor's CLI agent headlessly
150+
- [Headless CLI-style agents on Slicer for Linux](/examples/opencode-agent) - see the OpenCode pattern for userdata-based one-shot runs
151151
- [Trying Claude Code with Ollama](https://slicervm.com/blog/trying-claude-code-with-ollama) - using Claude Code with a local LLM backend

docs/examples/gpu-ollama.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ What if you have multiple GPUs? Let's imagine you have a ATX tower PC with 2x Nv
88

99
* Allocate both GPUs to one machine
1010
* Allocate each GPU to its own microVM
11-
* Start up with zero microVMs and [launch up to two short-lived tasks at once](/examples/run-a-task)
11+
* Start up with zero microVMs and [launch up to two short-lived tasks at once](/platform/ephemeral-tasks/)
1212

1313
[![Ollama running the qwen3 model to generate a story about a microVM's first day at school](/images/ollama.png)](/images/ollama.png)
1414
> Ollama running the qwen3 model to generate a story about a microVM's first day at school.

docs/mac/coding-agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,5 +162,5 @@ The sandbox has its own kernel and filesystem. If the agent does something unexp
162162

163163
- [Sandboxes](/mac/sandboxes) - more on launching and managing ephemeral VMs
164164
- [Headless OpenCode on Slicer for Linux](/examples/opencode-agent) - one-shot agent execution via userdata and the exec API
165-
- [Headless Cursor CLI on Slicer for Linux](/examples/cursor-cli-agent) - running Cursor's CLI agent headlessly
165+
- [Headless CLI-style agents on Slicer for Linux](/examples/opencode-agent) - see the OpenCode pattern for userdata-based one-shot runs
166166
- [Trying Claude Code with Ollama](https://slicervm.com/blog/trying-claude-code-with-ollama) - using Claude Code with a local LLM backend

docs/mac/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,5 +199,5 @@ cd ~/slicer-mac
199199

200200
## Next steps
201201

202-
- [Linux VM](/mac/your-linux-vm) - mount shared folders, forward Docker and K3s
203-
- [Sandboxes](/mac/launch-sandboxes) - spin up ephemeral VMs
202+
- [Linux VM](/mac/linux-vm) - mount shared folders, forward Docker and K3s
203+
- [Sandboxes](/mac/sandboxes) - spin up ephemeral VMs

docs/mac/linux-vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ Docker's socket is port-forwarded to your Mac as a Unix socket, so `docker` comm
104104

105105
## Next steps
106106

107-
- [Sandboxes](/mac/launch-sandboxes) - spin up ephemeral VMs for AI agents and automation
107+
- [Sandboxes](/mac/sandboxes) - spin up ephemeral VMs for AI agents and automation
108108
- [Copy files to/from a VM](/tasks/copy-files) - use `slicer vm cp` to move files in and out
109109
- [Execute commands in a VM](/tasks/execute-commands) - run commands remotely with `slicer vm exec`

docs/mac/sandboxes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Sandboxes are designed for short-lived workloads and experimentation:
8787
- **Untrusted code** - isolate risky runs from your main services.
8888
- **Comparison builds** - run multiple versions of tooling side-by-side without rebuilding your persistent VM.
8989

90-
You can launch sandboxes from the CLI, [Go SDK](/tasks/execute-commands-with-sdk), or [REST API](/reference/api).
90+
You can launch sandboxes from the CLI, [Go SDK](/platform/go-sdk/), or [REST API](/reference/api).
9191

9292
## Customise sandbox resources
9393

0 commit comments

Comments
 (0)