diff options
author | Werner Koch <[email protected]> | 2015-02-11 11:10:39 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-02-11 11:10:39 +0000 |
commit | 15fad6b1b9e5ea0bfe76be8c2692b76d57b74291 (patch) | |
tree | 0101421a4b01ab7480523440a3bdf47545a7a316 | |
parent | Use inline functions to convert buffer data to scalars. (diff) | |
download | gnupg-15fad6b1b9e5ea0bfe76be8c2692b76d57b74291.tar.gz gnupg-15fad6b1b9e5ea0bfe76be8c2692b76d57b74291.zip |
doc: Change remaining http links to gnupg.org to https
--
GnuPG-bug-id: 1830
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | doc/gpg.texi | 2 | ||||
-rw-r--r-- | g10/sig-check.c | 2 |
3 files changed, 5 insertions, 5 deletions
@@ -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. */ |