Blame SOURCES/0213-Remove-outdated-URL-for-BLS-document.patch

8e15ce
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
8e15ce
From: Javier Martinez Canillas <javierm@redhat.com>
8e15ce
Date: Mon, 5 Jul 2021 19:00:25 +0200
8e15ce
Subject: [PATCH] Remove outdated URL for BLS document
8e15ce
8e15ce
The document was moved to https://systemd.io/BOOT_LOADER_SPECIFICATION/,
8e15ce
update the URL accordingly to point to the current location.
8e15ce
8e15ce
Resolves: rhbz#1926453
8e15ce
8e15ce
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
8e15ce
---
8e15ce
 util/grub.d/10_linux.in | 2 +-
8e15ce
 1 file changed, 1 insertion(+), 1 deletion(-)
8e15ce
8e15ce
diff --git a/util/grub.d/10_linux.in b/util/grub.d/10_linux.in
8e15ce
index c9296154f51..6ee0a2cf3d0 100644
8e15ce
--- a/util/grub.d/10_linux.in
8e15ce
+++ b/util/grub.d/10_linux.in
8e15ce
@@ -96,7 +96,7 @@ cat <
8e15ce
 #
8e15ce
 # The $bls_parser parses the BootLoaderSpec files stored in /boot/loader/entries and
8e15ce
 # populates the boot menu. Please refer to the Boot Loader Specification documentation
8e15ce
-# for the files format: https://www.freedesktop.org/wiki/Specifications/BootLoaderSpec/.
8e15ce
+# for the files format: https://systemd.io/BOOT_LOADER_SPECIFICATION/.
8e15ce
 
8e15ce
 EOF
8e15ce
 }