[PATCH 07/13] doc: Change remaining http links to gnupg.org to https
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Sun Feb 22 05:10:31 CET 2015
From: Werner Koch <wk at gnupg.org>
--
GnuPG-bug-id: 1830
[dkg: rebased to STABLE-BRANCH-1-4]
Signed-off-by: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
---
doc/gpg.texi | 2 +-
g10/misc.c | 4 ++--
g10/sig-check.c | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/gpg.texi b/doc/gpg.texi
index acfc026..ae3931a 100644
--- a/doc/gpg.texi
+++ b/doc/gpg.texi
@@ -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
diff --git a/g10/misc.c b/g10/misc.c
index 68b4cea..60ecf96 100644
--- a/g10/misc.c
+++ b/g10/misc.c
@@ -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;
}
}
diff --git a/g10/sig-check.c b/g10/sig-check.c
index d6bbb92..b7709c1 100644
--- a/g10/sig-check.c
+++ b/g10/sig-check.c
@@ -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. */
--
2.1.4
More information about the Gnupg-devel
mailing list