From: Gaƫl PORTAY Date: Wed, 30 Dec 2020 14:29:36 +0000 (-0500) Subject: docs: fix the link to boot loader specification X-Git-Tag: v248-rc1~442 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7745379ea8c1d08ecde9ccd15af1a76cdac91cc5;p=thirdparty%2Fsystemd.git docs: fix the link to boot loader specification The boot loader specification link points to the boot loader interface documentation. This fixes the link to point to BOOT_LOADER_SPECIFICATION instead of BOOTLOADER_INTERFACE which is itself. --- diff --git a/docs/BOOT_LOADER_INTERFACE.md b/docs/BOOT_LOADER_INTERFACE.md index 6084fe2a2a4..15a575da531 100644 --- a/docs/BOOT_LOADER_INTERFACE.md +++ b/docs/BOOT_LOADER_INTERFACE.md @@ -145,7 +145,7 @@ names for them in UIs. ## Links -[Boot Loader Specification](https://systemd.io/BOOT_LOADER_INTERFACE)
+[Boot Loader Specification](https://systemd.io/BOOT_LOADER_SPECIFICATION)
[Discoverable Partitions Specification](https://systemd.io/DISCOVERABLE_PARTITIONS)
[systemd-boot(7)](https://www.freedesktop.org/software/systemd/man/systemd-boot.html)
[bootctl(1)](https://www.freedesktop.org/software/systemd/man/bootctl.html)