summaryrefslogtreecommitdiff
path: root/src/basic/efivars.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-02-19 00:14:52 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-02-19 09:28:08 +0100
commit1d10005b39845e62480b46dc5b106341dcdeb02c (patch)
treebbaca89bed66469f0b88c32be80b613545f93b68 /src/basic/efivars.c
parente7b86e48138e8e81820398bbb3a121f28b2147c2 (diff)
downloadsystemd-1d10005b39845e62480b46dc5b106341dcdeb02c.tar.gz
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.
Diffstat (limited to 'src/basic/efivars.c')
-rw-r--r--src/basic/efivars.c2
1 files changed, 1 insertions, 1 deletions
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.
*