From: Michael Chang Date: Fri, 17 Oct 2025 09:01:43 +0000 (+0800) Subject: fs/btrfs: Update doc link for bootloader support X-Git-Tag: grub-2.14-rc1~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c22c1000c815b396424e90c9f29e9b20b81450b;p=thirdparty%2Fgrub.git fs/btrfs: Update doc link for bootloader support The old wiki link is obsolete and no longer updated. Change it to the current documentation. Signed-off-by: Michael Chang Reviewed-by: Neal Gompa Reviewed-by: Daniel Kiper --- diff --git a/grub-core/fs/btrfs.c b/grub-core/fs/btrfs.c index fa5d860eb..61dd1676a 100644 --- a/grub-core/fs/btrfs.c +++ b/grub-core/fs/btrfs.c @@ -2334,7 +2334,8 @@ struct embed_region { }; /* - * https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs(5)#BOOTLOADER_SUPPORT + * https://btrfs.readthedocs.io/en/latest/btrfs-man5.html#man-btrfs5-bootloader-support + * or invoke "man 5 btrfs" and visit the "BOOTLOADER SUPPORT" subsection. * The first 1 MiB on each device is unused with the exception of primary * superblock that is on the offset 64 KiB and spans 4 KiB. *