summaryrefslogtreecommitdiffstats
path: root/openpgp/src/keyid.rs
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-08-23 16:55:26 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2021-08-27 12:58:07 +0200
commite5746684e84377dd8828f6a5a8ab4c0eec73c3ec (patch)
tree5261ba9f497ec5ce51d47198742919673de3c893 /openpgp/src/keyid.rs
parent078c4d7ee16ea06977ec8cb7cf5571c880e9c710 (diff)
Convert markdown to intra-doc links.
- Apply cargo intraconv.
Diffstat (limited to 'openpgp/src/keyid.rs')
-rw-r--r--openpgp/src/keyid.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/openpgp/src/keyid.rs b/openpgp/src/keyid.rs
index fbf7d875..95d43351 100644
--- a/openpgp/src/keyid.rs
+++ b/openpgp/src/keyid.rs
@@ -36,10 +36,8 @@ use crate::Result;
///
/// [RFC 4880]: https://tools.ietf.org/html/rfc4880
/// [Section 12.2 of RFC 4880]: https://tools.ietf.org/html/rfc4880#section-12.2
-/// [`Fingerprint`]: ./enum.Fingerprint.html
-/// [`KeyHandle`]: ./enum.KeyHandle.html
/// [birthday attack]: https://nullprogram.com/blog/2019/07/22/
-/// [`Issuer`]: ./packet/signature/subpacket/enum.SubpacketValue.html#variant.Issuer
+/// [`Issuer`]: packet::signature::subpacket::SubpacketValue::Issuer
///
/// Note: This enum cannot be exhaustively matched to allow future
/// extensions.