]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
fs/btrfs: Update doc link for bootloader support
authorMichael Chang <mchang@suse.com>
Fri, 17 Oct 2025 09:01:43 +0000 (17:01 +0800)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 23 Oct 2025 17:15:02 +0000 (19:15 +0200)
The old wiki link is obsolete and no longer updated. Change it to the
current documentation.

Signed-off-by: Michael Chang <mchang@suse.com>
Reviewed-by: Neal Gompa <ngompa13@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/fs/btrfs.c

index fa5d860eb81524afca76fffea67cc4fd06558f74..61dd1676a0ed1ba400ca855f5114f7951d364dc3 100644 (file)
@@ -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.
  *