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

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