From 407ac39dd8c3ac41c7c9c6f2f9c8307cd60b5ce9 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Wed, 31 Jul 2024 01:46:58 +0100 Subject: [PATCH] efi: fix link to legacy EFI handover protocol (cherry picked from commit 4d6ab7e8440845301c90211beb22015e7232faa1) (cherry picked from commit c12c122e2ad3668848ffff69913006d420bda41d) --- src/boot/efi/linux_x86.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot/efi/linux_x86.c b/src/boot/efi/linux_x86.c index 3e42361812..58b1b3cc8f 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"