diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-02-19 00:14:52 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-02-19 09:28:08 +0100 |
commit | 1d10005b39845e62480b46dc5b106341dcdeb02c (patch) | |
tree | bbaca89bed66469f0b88c32be80b613545f93b68 /src/basic | |
parent | docs/ENVIRONMENT: syntax highlighting and some rewordings (diff) | |
download | systemd-1d10005b39845e62480b46dc5b106341dcdeb02c.tar.xz systemd-1d10005b39845e62480b46dc5b106341dcdeb02c.zip |
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')
-rw-r--r-- | src/basic/efivars.c | 2 |
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. * |