From 7c4ab4c67355857bd751107cd6f02492497f839a Mon Sep 17 00:00:00 2001 From: Nora Widdecke Date: Mon, 30 Aug 2021 14:05:19 +0200 Subject: openpgp: Correct links. --- openpgp/src/cert.rs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'openpgp/src/cert.rs') 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::revocation_status + // [User Attributes]: bundle::ComponentBundle::revocation_status + /// [User IDs]: bundle::ComponentBundle#method.revocation_status-1 + /// [User Attributes]: bundle::ComponentBundle#method.revocation_status-2 /// /// # Examples /// -- cgit v1.2.3