Skip to content

Commit 910bf10

Browse files
committed
docs: fix links
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 9d5f469 commit 910bf10

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkg/driver/qemu/qemu.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ type Config struct {
5858
// softMin must be >= hardMin.
5959
//
6060
// When updating this function, make sure to update
61-
// `website/content/en/docs/config/vmtype.md` too.
61+
// `website/content/en/docs/config/vmtype/qemu.md` too.
6262
func minimumQemuVersion() (hardMin, softMin semver.Version) {
6363
var h, s string
6464
switch runtime.GOOS {

website/content/en/docs/faq/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Note: **Only** on macOS versions **before** 10.15.7 you might need to add this e
170170
#### "QEMU is slow"
171171
{{% fixlinks %}}
172172
- Make sure that HVF is enabled with `com.apple.security.hypervisor` entitlement. See ["QEMU crashes with `HV_ERROR`"](#qemu-crashes-with-hv_error).
173-
- 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.
173+
- Emulating non-native machines is slow by design. See [`Configuration guide » Intel-on-ARM and ARM-on-Intel`]({{< ref "/docs/config/multi-arch" >}}) for a workaround.
174174
{{% /fixlinks %}}
175175

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

196196
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).
197197

198-
See [`docs/network.md`]({{< ref "/docs/config/network" >}}).
198+
See [`Configuration guide » Network`]({{< ref "/docs/config/network" >}}).
199199
{{% /fixlinks %}}
200200

201201
#### "Ping shows duplicate packets and massive response times"
@@ -221,7 +221,7 @@ sudo /usr/libexec/ApplicationFirewall/socketfilterfw --unblock /usr/libexec/boot
221221
### Filesystem sharing
222222
#### "Filesystem is slow"
223223
{{% fixlinks %}}
224-
Try virtiofs. See [`docs/mount.md`]({{< ref "/docs/config/mount" >}})
224+
Try virtiofs. See [`Configuration guide » Filesystem mounts`]({{< ref "/docs/config/mount" >}})
225225
{{% /fixlinks %}}
226226

227227
#### "Filesystem is not writable"

0 commit comments

Comments
 (0)