summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-08-30 14:05:19 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2021-10-11 14:54:59 +0200
commit7c4ab4c67355857bd751107cd6f02492497f839a (patch)
treedd933dbcfdaf6ec469dcf627b2695290f521df12
parentce8de674983ce11387b3b50971e87e5291911b4a (diff)
openpgp: Correct links.
-rw-r--r--openpgp/src/cert.rs8
1 files changed, 6 insertions, 2 deletions
diff --git a/openpgp/src/cert.rs b/openpgp/src/cert.rs
index 50959497..19dccd3f 100644
--- a/openpgp/src/cert.rs
+++ b/openpgp/src/cert.rs
@@ -3191,9 +3191,13 @@ impl<'a> ValidCert<'a> {
/// [hard revocation]: crate::types::RevocationType::Hard
///
/// Note: certificates and subkeys have different revocation
- /// criteria from [User IDs and User Attributes].
+ /// criteria from [User IDs] and [User Attributes].
///
- /// [User IDs and User Attributes]: amalgamation::ComponentAmalgamation#userid_revocation_status
+ // Pending https://github.com/rust-lang/rust/issues/85960, should be
+ // [User IDs]: bundle::ComponentBundle<UserID>::revocation_status
+ // [User Attributes]: bundle::ComponentBundle<UserAttribute>::revocation_status
+ /// [User IDs]: bundle::ComponentBundle#method.revocation_status-1
+ /// [User Attributes]: bundle::ComponentBundle#method.revocation_status-2
///
/// # Examples
///