Skip to content

Commit c5b4eba

Browse files
authored
Merge pull request #2250 from alexandear/docs-config-fix-broken-links
docs/config: fix broken links
2 parents 643ddd8 + 2d69b14 commit c5b4eba

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

website/content/en/docs/Config/Mount/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ mounts:
134134
{{< /tabpane >}}
135135

136136
#### Caveats
137-
- For macOS, the "virtiofs" mount type is supported only on macOS 13 or above with `vmType: vz` config. See also [`vmtype.md`](./vmtype.md).
137+
- For macOS, the "virtiofs" mount type is supported only on macOS 13 or above with `vmType: vz` config. See also [`vmtype`](../vmtype/).
138138
- For Linux, the "virtiofs" mount type requires the [Rust version of virtiofsd](https://gitlab.com/virtio-fs/virtiofsd).
139139
Using the version from QEMU (usually packaged as `qemu-virtiofsd`) will *not* work, as it requires root access to run.
140140

website/content/en/docs/Config/Multi-arch/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ See also https://github.com/containerd/nerdctl/blob/master/docs/multi-platform.m
6969
|-------------------|----------------------------------|
7070

7171
[Rosetta](https://developer.apple.com/documentation/virtualization/running_intel_binaries_in_linux_vms_with_rosetta) is known to be much faster than QEMU User Mode Emulation.
72-
Rosetta is available for [VZ](./vmtype.md) instances on ARM hosts.
72+
Rosetta is available for [VZ](../vmtype/#vz) instances on ARM hosts.
7373

7474
{{< tabpane text=true >}}
7575
{{% tab header="CLI" %}}

website/content/en/docs/Config/Network/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ networks:
190190
| ⚡ Requirement | Lima >= 0.14, macOS >= 13.0 |
191191
|-------------------|-----------------------------|
192192

193-
For [VZ](./vmtype.md) instances, the "vzNAT" network can be configured as follows:
193+
For [VZ](../vmtype/#vz) instances, the "vzNAT" network can be configured as follows:
194194
{{< tabpane text=true >}}
195195
{{% tab header="CLI" %}}
196196
```bash

website/content/en/docs/Config/VMType/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ containerd:
106106
- "wsl2" option is only supported on newer versions of Windows (roughly anything since 2019)
107107

108108
### Known Issues
109-
- "wsl2" currently doesn't support many of Lima's options. See [this file](../pkg/wsl2/wsl_driver_windows.go#35) for the latest supported options.
109+
- "wsl2" currently doesn't support many of Lima's options. See [this file](https://github.com/lima-vm/lima/blob/master/pkg/wsl2/wsl_driver_windows.go#L19) for the latest supported options.
110110
- When running lima using "wsl2", `${LIMA_HOME}/<INSTANCE>/serial.log` will not contain kernel boot logs
111111
- WSL2 requires a `tar` formatted rootfs archive instead of a VM image
112112
- Windows doesn't ship with ssh.exe, gzip.exe, etc. which are used by Lima at various points. The easiest way around this is to run `winget install -e --id Git.MinGit` (winget is now built in to Windows as well), and add the resulting `C:\Program Files\Git\usr\bin\` directory to your path.

0 commit comments

Comments
 (0)