summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
///