summaryrefslogtreecommitdiffstats
path: root/openpgp/src/seal.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/seal.rs')
-rw-r--r--openpgp/src/seal.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/seal.rs b/openpgp/src/seal.rs
index bfdbd1e4..c1da9c24 100644
--- a/openpgp/src/seal.rs
+++ b/openpgp/src/seal.rs
@@ -22,7 +22,7 @@
/// For example the [`cert::Preferences`] trait is sealed.
/// Therefore attempts to implement it will not compile:
///
-/// [`cert::Preferences`]: ../cert/trait.Preferences.html
+/// [`cert::Preferences`]: super::cert::Preferences
///
/// ```compile_fail
/// # extern crate sequoia_openpgp as openpgp;