mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-04 20:38:50 +01:00
doc: Change remaining http links to gnupg.org to https
-- GnuPG-bug-id: 1830 [dkg: rebased to STABLE-BRANCH-1-4] Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
parent
81d3e54132
commit
7106165fd3
@ -321,7 +321,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
|
||||
|
@ -462,7 +462,7 @@ md5_digest_warn (int show)
|
||||
log_info (_("WARNING: digest algorithm %s is deprecated\n"),
|
||||
digest_algo_to_string (DIGEST_ALGO_MD5));
|
||||
log_info (_("please see %s for more information\n"),
|
||||
"http://www.gnupg.org/faq/weak-digest-algos.html");
|
||||
"https://gnupg.org/faq/weak-digest-algos.html");
|
||||
warned = 1;
|
||||
}
|
||||
}
|
||||
@ -477,7 +477,7 @@ not_in_gpg1_notice (void)
|
||||
{
|
||||
log_info (_("NOTE: This feature is not available in %s\n"), "GnuPG 1.x");
|
||||
log_info (_("please see %s for more information\n"),
|
||||
"http://www.gnupg.org/faq/features-not-in-gnupg-1.html");
|
||||
"https://gnupg.org/faq/features-not-in-gnupg-1.html");
|
||||
warned = 1;
|
||||
}
|
||||
}
|
||||
|
@ -99,7 +99,7 @@ signature_check2( PKT_signature *sig, MD_HANDLE 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. */
|
||||
|
Loading…
Reference in New Issue
Block a user