Skip to content

Commit d6585bc

Browse files
authored
Merge pull request #3078 from afbjorklund/website-refs
Fix internal links on the website
2 parents cd71376 + a761f8c commit d6585bc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: website/content/en/docs/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Lima launches Linux virtual machines with automatic file sharing and port forwar
1515

1616
✅ Intel on Intel
1717

18-
[ARM on Intel](./docs/multi-arch.md)
18+
[ARM on Intel]({{< ref "/docs/config/multi-arch" >}})
1919

2020
✅ ARM on ARM
2121

22-
[Intel on ARM](./docs/multi-arch.md)
22+
[Intel on ARM]({{< ref "/docs/config/multi-arch" >}})
2323

2424
✅ Various guest Linux distributions: [AlmaLinux](./templates/almalinux.yaml), [Alpine](./templates/alpine.yaml), [Arch Linux](./templates/archlinux.yaml), [Debian](./templates/debian.yaml), [Fedora](./templates/fedora.yaml), [openSUSE](./templates/opensuse.yaml), [Oracle Linux](./templates/oraclelinux.yaml), [Rocky](./templates/rocky.yaml), [Ubuntu](./templates/ubuntu.yaml) (default), ...
2525

Diff for: website/content/en/docs/faq/_index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Note: **Only** on macOS versions **before** 10.15.7 you might need to add this e
165165
#### "QEMU is slow"
166166
{{% fixlinks %}}
167167
- Make sure that HVF is enabled with `com.apple.security.hypervisor` entitlement. See ["QEMU crashes with `HV_ERROR`"](#qemu-crashes-with-hv_error).
168-
- Emulating non-native machines (ARM-on-Intel, Intel-on-ARM) is slow by design. See [`docs/multi-arch.md`](./docs/multi-arch.md) for a workaround.
168+
- Emulating non-native machines (ARM-on-Intel, Intel-on-ARM) is slow by design. See [`docs/multi-arch.md`]({{< ref "/docs/config/multi-arch" >}}) for a workaround.
169169
{{% /fixlinks %}}
170170

171171
#### error "killed -9"
@@ -190,7 +190,7 @@ The default guest IP 192.168.5.15 is not accessible from the host and other gues
190190

191191
To add another IP address that is accessible from the host and other virtual machines, enable [`socket_vmnet`](https://github.com/lima-vm/socket_vmnet) (since Lima v0.12).
192192

193-
See [`./docs/network.md`](./docs/network.md).
193+
See [`docs/network.md`]({{< ref "/docs/config/network" >}}).
194194
{{% /fixlinks %}}
195195

196196
#### "Ping shows duplicate packets and massive response times"
@@ -216,7 +216,7 @@ sudo /usr/libexec/ApplicationFirewall/socketfilterfw --unblock /usr/libexec/boot
216216
### Filesystem sharing
217217
#### "Filesystem is slow"
218218
{{% fixlinks %}}
219-
Try virtiofs. See [`docs/mount.md`](./docs/mount.md)
219+
Try virtiofs. See [`docs/mount.md`]({{< ref "/docs/config/mount" >}})
220220
{{% /fixlinks %}}
221221

222222
#### "Filesystem is not writable"

0 commit comments

Comments
 (0)