diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2021-11-24 00:07:03 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2021-11-24 00:07:03 +0100 |
commit | 2f2765eab0e81a10c9d9be5431bd8fa90151528e (patch) | |
tree | 01c4d00fe11555bd0c47786818954ca857384e46 /src | |
parent | 44b16c22876dd41554ff06d639a2ce2691eed8eb (diff) | |
download | notes-2f2765eab0e81a10c9d9be5431bd8fa90151528e.tar.gz notes-2f2765eab0e81a10c9d9be5431bd8fa90151528e.zip |
qemu: fix doc links
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/qemu.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/qemu.md b/src/tools/qemu.md index 22e6e6d..c34c533 100644 --- a/src/tools/qemu.md +++ b/src/tools/qemu.md @@ -191,9 +191,9 @@ lsblk -f /dev/sda ## VM snapshots VM snapshots require that there is at least on `qcow2` disk attached to the VM -([VM Snapshots][qemu-doc-snapshot]). +([VM Snapshots][doc-qemu-snapshot]). -Commands for qemu [Monitor][qemu-doc-monitor] or [QMP][qemu-doc-qmp]: +Commands for qemu [Monitor][doc-qemu-monitor] or [QMP][doc-qemu-qmp]: ```bash # List available snapshots. info snapshots |