summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/packet')
-rw-r--r--openpgp/src/packet/header/ctb.rs4
-rw-r--r--openpgp/src/packet/signature/subpacket.rs6
2 files changed, 5 insertions, 5 deletions
diff --git a/openpgp/src/packet/header/ctb.rs b/openpgp/src/packet/header/ctb.rs
index b28b2311..7ee1d24c 100644
--- a/openpgp/src/packet/header/ctb.rs
+++ b/openpgp/src/packet/header/ctb.rs
@@ -170,8 +170,8 @@ impl CTBOld {
/// There are two CTB variants: the [old CTB format] and the [new CTB
/// format].
///
-/// [old CTB format]: ./CTBOld.t.html
-/// [new CTB format]: ./CTBNew.t.html
+/// [old CTB format]: struct.CTBOld.html
+/// [new CTB format]: struct.CTBNew.html
///
/// Note: CTB stands for Cipher Type Byte.
#[derive(Clone, Debug)]
diff --git a/openpgp/src/packet/signature/subpacket.rs b/openpgp/src/packet/signature/subpacket.rs
index 1e0b9ad6..3d87f600 100644
--- a/openpgp/src/packet/signature/subpacket.rs
+++ b/openpgp/src/packet/signature/subpacket.rs
@@ -20,10 +20,10 @@
//! changes by indicating whether it is safe to ignore an unknown
//! subpacket or notation.
//!
-//! A number of methods are defined on the [`Signature`] struct for
-//! working with subpackets.
+//! A number of methods are defined on [`Signature`] for working with
+//! subpackets.
//!
-//! [`Signature`]: ../struct.Signature.html
+//! [`Signature`]: ../../enum.Signature.html
//!
//! # Examples
//!