summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-08-30 12:28:23 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2021-10-11 14:54:59 +0200
commitce8de674983ce11387b3b50971e87e5291911b4a (patch)
tree739f73d1dcd8870f4f174bbfdfbe819e84b45205 /openpgp/src/cert
parent27697be3e5e3bf1af9cf0a3793806fe209776b1a (diff)
openpgp: Fix links.
Diffstat (limited to 'openpgp/src/cert')
-rw-r--r--openpgp/src/cert/amalgamation.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp/src/cert/amalgamation.rs b/openpgp/src/cert/amalgamation.rs
index 6b28c3be..db086b98 100644
--- a/openpgp/src/cert/amalgamation.rs
+++ b/openpgp/src/cert/amalgamation.rs
@@ -1308,7 +1308,7 @@ impl<'a> ValidUserIDAmalgamation<'a> {
/// [`ValidUserIDAmalgamation::attested_certifications`] to
/// iterate over all attested certifications.
///
- /// [`ValidUserIDAmalgamation::attested_certifications`]: ValidUserIDAmalgamation#method.attested_certifications()
+ /// [`ValidUserIDAmalgamation::attested_certifications`]: ValidUserIDAmalgamation#method.attested_certifications
// The explicit link works around a bug in rustdoc.
pub fn attestation_key_signatures(&'a self)
-> impl Iterator<Item=&'a Signature> + Send + Sync
@@ -1479,7 +1479,7 @@ impl<'a> ValidUserAttributeAmalgamation<'a> {
/// [`ValidUserAttributeAmalgamation::attested_certifications`] to
/// iterate over all attested certifications.
///
- /// [`ValidUserAttributeAmalgamation::attested_certifications`]: ValidUserAttributeAmalgamation#method.attested_certifications()
+ /// [`ValidUserAttributeAmalgamation::attested_certifications`]: ValidUserAttributeAmalgamation#method.attested_certifications
// The explicit link works around a bug in rustdoc.
pub fn attestation_key_signatures(&'a self)
-> impl Iterator<Item=&'a Signature> + Send + Sync