Skip to content

Commit 56a75c4

Browse files
committed
docs: templates: fix broken links
Some relative links on https://lima-vm.io/docs/templates/ were broken Signed-off-by: Akihiro Suda <[email protected]>
1 parent 30d2376 commit 56a75c4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Distro:
2222
- [`ubuntu.yaml`](./ubuntu.yaml): Ubuntu (same as `default.yaml` but without extra YAML lines)
2323
- [`ubuntu-lts.yaml`](./ubuntu-lts.yaml): Ubuntu LTS (same as `ubuntu.yaml` but pinned to an LTS version)
2424
- [`deprecated/centos-7.yaml`](./deprecated/centos-7.yaml): [deprecated] CentOS Linux 7
25-
- [`experimental/opensuse-tumbleweed.yaml`](experimental/opensuse-tumbleweed.yaml): [experimental] openSUSE Tumbleweed
25+
- [`experimental/opensuse-tumbleweed.yaml`](./experimental/opensuse-tumbleweed.yaml): [experimental] openSUSE Tumbleweed
2626

2727
Container engines:
2828
- [`apptainer.yaml`](./apptainer.yaml): Apptainer
@@ -43,11 +43,11 @@ Container orchestration:
4343

4444
Optional feature enablers:
4545
- [`vmnet.yaml`](./vmnet.yaml): ⭐enable [`vmnet.framework`](../docs/network.md)
46-
- [`experimental/9p.yaml`](experimental/9p.yaml): [experimental] use 9p mount type
47-
- [`experimental/virtiofs-linux.yaml`](experimental/9p.yaml): [experimental] use virtiofs mount type for Linux
48-
- [`experimental/armv7l.yaml`](experimental/armv7l.yaml): [experimental] ARMv7
49-
- [`experimental/riscv64.yaml`](experimental/riscv64.yaml): [experimental] RISC-V
50-
- [`experimental/net-user-v2.yaml`](experimental/net-user-v2.yaml): [experimental] user-v2 network
46+
- [`experimental/9p.yaml`](./experimental/9p.yaml): [experimental] use 9p mount type
47+
- [`experimental/virtiofs-linux.yaml`](./experimental/9p.yaml): [experimental] use virtiofs mount type for Linux
48+
- [`experimental/armv7l.yaml`](./experimental/armv7l.yaml): [experimental] ARMv7
49+
- [`experimental/riscv64.yaml`](./experimental/riscv64.yaml): [experimental] RISC-V
50+
- [`experimental/net-user-v2.yaml`](./experimental/net-user-v2.yaml): [experimental] user-v2 network
5151
to enable VM-to-VM communication without root privilege
5252

5353
Lost+found:

0 commit comments

Comments
 (0)