Skip to content

Commit fcfb58a

Browse files
committed
Fix a few links
Linked to .md files, but mkdocs won't direct us to the proper page that way, instead it shows 404. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 66417fc commit fcfb58a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

docs/examples/cursor-cli-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Run a Headless Coding Agent with Cursor CLI
22

3-
Cursor's CLI can be used in a non-interactive way within a script or CI job. That makes it ideal for use as a [one-shot task](/tasks/userdata) with a SlicerVM, or a longer running VM that you connect to with a [remote VSCode IDE](/examples/remote-vscode.md).
3+
Cursor's CLI can be used in a non-interactive way within a script or CI job. That makes it ideal for use as a [one-shot task](/tasks/userdata) with a SlicerVM, or a longer running VM that you connect to with a [remote VSCode IDE](/examples/remote-vscode).
44

55
Using this flow, you could create a powerful agent that uses your existing Cursor subscription, running with the "auto" model so it remains within the free tier.
66

docs/examples/docker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
There are three ways to try out a container or Docker within Slicer:
44

5-
1. Start your VM as per the [walkthrough](/getting-started/walkthrough.md), then connect via `ssh` and install Docker inside the VM.
6-
2. Use [Userdata](/tasks/userdata.md) to install Docker and pull your image on first boot.
5+
1. Start your VM as per the [walkthrough](/getting-started/walkthrough), then connect via `ssh` and install Docker inside the VM.
6+
2. Use [Userdata](/tasks/userdata) to install Docker and pull your image on first boot.
77
3. Create a custom base image with Docker pre-installed, and your image pre-pulled, with a systemd service to start it on every boot.
88

99
On this page we'll cover options 2 and 3.
@@ -16,7 +16,7 @@ The container we're going to use is a [Docker Registry](https://hub.docker.com/_
1616

1717
## Install Docker and a container via Userdata
1818

19-
You can use [Userdata](/tasks/userdata.md) to install Docker and pull your image on first boot.
19+
You can use [Userdata](/tasks/userdata) to install Docker and pull your image on first boot.
2020

2121
The below is only a partial snippet to show you the relevant changes:
2222

docs/reference/vfio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ VFIO (Virtual Function I/O) is a Linux kernel framework that allows a PCI device
44

55
Any device such as a GPU or NIC that is passed through to a VM must first be unbound from its current driver on the host, and is exclusively bound to the VFIO driver.
66

7-
Slicer supports VFIO passthrough for Nvidia GPUs when using Cloud Hypervisor as the hypervisor as per the example [Ollama with a GPU](/examples/gpu-ollama.md).
7+
Slicer supports VFIO passthrough for Nvidia GPUs when using Cloud Hypervisor as the hypervisor as per the example [Ollama with a GPU](/examples/gpu-ollama).
88

99
Support for NICs for router appliances will be coming shortly.
1010

docs/tasks/execute-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Execute commands in a VM
22

3-
Just like [copying files in and out of a VM](/tasks/copy-files.md), executing commands can be done in several ways:
3+
Just like [copying files in and out of a VM](/tasks/copy-files), executing commands can be done in several ways:
44

55
* Initially, via a userdata script or userdata file specified in the host group or via the API/CLI create command after Slicer has been started.
66
* Through SSH assuming direct network access is available to the VM via the LAN or a VPN.

docs/tasks/nested-virtualization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ sudo modprobe kvm && sudo modprobe kvm_intel
105105

106106
### Step 3: Install Slicer within the slicer0 VM
107107

108-
Perform an [installation](/getting-started/install.md) of Slicer within the slicer0 VM.
108+
Perform an [installation](/getting-started/install) of Slicer within the slicer0 VM.
109109

110110
Generate a configuration file for slicer1:
111111

0 commit comments

Comments
 (0)