From 7c22c1000c815b396424e90c9f29e9b20b81450b Mon Sep 17 00:00:00 2001 From: Michael Chang Date: Fri, 17 Oct 2025 17:01:43 +0800 Subject: [PATCH] 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 --- grub-core/fs/btrfs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. *