aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2023-11-28 20:32:27 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2023-11-28 20:32:27 +0100
commit34fe7e1b93f73dc8ffb42cc172f4a9966453faa9 (patch)
tree65b79f9f552c969ab119568f91aa403fda54ca1a
parent8eb1161d96890bfb6172090d0d2a6b4c51d6889d (diff)
downloadblog-34fe7e1b93f73dc8ffb42cc172f4a9966453faa9.tar.gz
blog-34fe7e1b93f73dc8ffb42cc172f4a9966453faa9.zip
kernel-dbg: fix link tag
-rw-r--r--content/2019-10-27-kernel-debugging-qemu/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/2019-10-27-kernel-debugging-qemu/index.md b/content/2019-10-27-kernel-debugging-qemu/index.md
index 297f82c..6382c49 100644
--- a/content/2019-10-27-kernel-debugging-qemu/index.md
+++ b/content/2019-10-27-kernel-debugging-qemu/index.md
@@ -230,7 +230,7 @@ mentioned Dockerfile.
[linux-kernel]: https://www.kernel.org
[initrd]: https://www.kernel.org/doc/html/latest/admin-guide/initrd.html
-[ramfs]: https://www.kernel.org/doc/html/latest/filesystems/ramfs-rootfs-initramfs.html
+[initramfs]: https://www.kernel.org/doc/html/latest/filesystems/ramfs-rootfs-initramfs.html
[ramfs-vs-ramdisk]: https://www.kernel.org/doc/html/latest/filesystems/ramfs-rootfs-initramfs.html#ramfs-and-ramdisk
[busybox]: https://busybox.net
[qemu]: https://www.qemu.org