From: Luca Boccassi Date: Wed, 31 Jul 2024 00:46:58 +0000 (+0100) Subject: efi: fix link to legacy EFI handover protocol X-Git-Tag: v257-rc1~793^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F33882%2Fhead;p=thirdparty%2Fsystemd.git efi: fix link to legacy EFI handover protocol --- diff --git a/src/boot/efi/linux_x86.c b/src/boot/efi/linux_x86.c index db185243eff..369752e3ea9 100644 --- a/src/boot/efi/linux_x86.c +++ b/src/boot/efi/linux_x86.c @@ -7,7 +7,7 @@ * this x86 specific linux_exec function passes the initrd by setting the * corresponding fields in the setup_header struct. * - * see https://docs.kernel.org/x86/boot.html + * see https://docs.kernel.org/arch/x86/boot.html */ #include "initrd.h"