From 15fad6b1b9e5ea0bfe76be8c2692b76d57b74291 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 11 Feb 2015 12:10:39 +0100 Subject: [PATCH] doc: Change remaining http links to gnupg.org to https -- GnuPG-bug-id: 1830 --- README | 6 +++--- doc/gpg.texi | 2 +- g10/sig-check.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index 886e87e4d..6ad3e51f9 100644 --- a/README +++ b/README @@ -145,9 +145,9 @@ enter "make pdf" For a HTML version enter "make html" and point your browser to gnupg.html/index.html. Standard man pages for all components are provided as well. An online version of the manual is - available at http://www.gnupg.org/documentation/manuals/gnupg/ . A + available at [[https://gnupg.org/documentation/manuals/gnupg/]] . A version of the manual pertaining to the current development snapshot - is at http://www.gnupg.org/documentation/manuals/gnupg-devel/ . + is at [[https://gnupg.org/documentation/manuals/gnupg-devel/]] . * GnuPG 1.4 and GnuPG 2.0 @@ -172,7 +172,7 @@ or using TOR "http://ic6au7wa3f6naxjq.onion" The primary FTP site is "ftp://ftp.gnupg.org/gcrypt/" - See https://www.gnupg.org/download/mirrors.html for a list of + See [[https://gnupg.org/download/mirrors.html]] for a list of mirrors and use them if possible. You may also find GnuPG mirrored on some of the regular GNU mirrors. diff --git a/doc/gpg.texi b/doc/gpg.texi index 8df0e3fda..ffb892e52 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -342,7 +342,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/sig-check.c b/g10/sig-check.c index dd475bec2..27c51fdb5 100644 --- a/g10/sig-check.c +++ b/g10/sig-check.c @@ -106,7 +106,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. */