aboutsummaryrefslogtreecommitdiffstats
path: root/g10/sig-check.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-03-22 16:43:59 +0000
committerWerner Koch <[email protected]>2006-03-22 16:43:59 +0000
commitac46433052f135b2b16dc78f219347733e5e4d01 (patch)
treef18697c2723f0de45c37c32ed7b334587458d9d4 /g10/sig-check.c
parent* mainproc.c (get_pka_address): Fix bug introduced as part of (diff)
downloadgnupg-ac46433052f135b2b16dc78f219347733e5e4d01.tar.gz
gnupg-ac46433052f135b2b16dc78f219347733e5e4d01.zip
Changed URLs
Diffstat (limited to 'g10/sig-check.c')
-rw-r--r--g10/sig-check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/sig-check.c b/g10/sig-check.c
index f09711e12..d576769da 100644
--- a/g10/sig-check.c
+++ b/g10/sig-check.c
@@ -101,7 +101,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/subkey-cross-certify.html");
+ "http://www.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. */