diff --git a/doc/gpg.texi b/doc/gpg.texi index 0689cb57d..06e772e56 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -376,7 +376,7 @@ useful for debugging. Present a menu to work with a smartcard. The subcommand "help" provides an overview on available commands. For a detailed description, please see the Card HOWTO at -http://www.gnupg.org/documentation/howtos.html#GnuPG-cardHOWTO . +https://gnupg.org/documentation/howtos.html#GnuPG-cardHOWTO . @item --card-status @opindex card-status diff --git a/g10/misc.c b/g10/misc.c index 17494aca4..b20ab07b5 100644 --- a/g10/misc.c +++ b/g10/misc.c @@ -563,7 +563,7 @@ idea_cipher_warn(int show) { log_info(_("the IDEA cipher plugin is not present\n")); log_info(_("please see %s for more information\n"), - "http://www.gnupg.org/faq/why-not-idea.html"); + "https://gnupg.org/faq/why-not-idea.html"); warned=1; } } diff --git a/g10/sig-check.c b/g10/sig-check.c index 299969345..fc5e1fa41 100644 --- a/g10/sig-check.c +++ b/g10/sig-check.c @@ -105,7 +105,7 @@ signature_check2 (PKT_signature *sig, gcry_md_hd_t digest, u32 *r_expiredate, log_info(_("WARNING: signing subkey %s is not" " cross-certified\n"),keystr_from_pk(pk)); log_info(_("please see %s for more information\n"), - "http://www.gnupg.org/faq/subkey-cross-certify.html"); + "https://gnupg.org/faq/subkey-cross-certify.html"); /* --require-cross-certification makes this warning an error. TODO: change the default to require this after more keys have backsigs. */