From 1d10005b39845e62480b46dc5b106341dcdeb02c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 19 Feb 2021 00:14:52 +0100 Subject: tree-wide: fix links to systemd.io pages Having the extra slash at the end is not a problem, just inconsistent. But the links with .html or .md return 404. --- src/basic/efivars.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/basic/efivars.c') diff --git a/src/basic/efivars.c b/src/basic/efivars.c index 8e8d5f1d0b..26d34bb94f 100644 --- a/src/basic/efivars.c +++ b/src/basic/efivars.c @@ -343,7 +343,7 @@ int cache_efi_options_variable(void) { int r; /* In SecureBoot mode this is probably not what you want. As your cmdline is cryptographically signed - * like when using Type #2 EFI Unified Kernel Images (https://systemd.io/BOOT_LOADER_SPECIFICATION/) + * like when using Type #2 EFI Unified Kernel Images (https://systemd.io/BOOT_LOADER_SPECIFICATION) * The user's intention is then that the cmdline should not be modified. You want to make sure that * the system starts up as exactly specified in the signed artifact. * -- cgit v1.2.1