summaryrefslogtreecommitdiffstats
path: root/openpgp/src/keyhandle.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/keyhandle.rs
parent078c4d7ee16ea06977ec8cb7cf5571c880e9c710 (diff)
Convert markdown to intra-doc links.
- Apply cargo intraconv.
Diffstat (limited to 'openpgp/src/keyhandle.rs')
-rw-r--r--openpgp/src/keyhandle.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/openpgp/src/keyhandle.rs b/openpgp/src/keyhandle.rs
index e1afb93b..36fc1703 100644
--- a/openpgp/src/keyhandle.rs
+++ b/openpgp/src/keyhandle.rs
@@ -31,8 +31,6 @@ use crate::{
///
/// [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
-/// [`KeyID`]: ./enum.KeyID.html
///
/// # Examples
///
@@ -245,7 +243,7 @@ impl KeyHandle {
/// a == b and b == c implies a == c.
/// ```
///
- /// [transitive]: https://doc.rust-lang.org/std/cmp/trait.PartialEq.html
+ /// [transitive]: std::cmp::PartialEq
///
/// That is, if `fpr1` and `fpr2` are distinct fingerprints with the
/// same key ID then: