summaryrefslogtreecommitdiffstats
path: root/openpgp/src/types/timestamp.rs
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-08-25 11:47:23 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2021-08-27 12:58:07 +0200
commita7ffba7e699b5e841dc35104278877da39e9ba22 (patch)
treef87f238c431c05b01036827036fa4cf56602cba0 /openpgp/src/types/timestamp.rs
parent83e6668ed4b5692a0a52174031f99c1e76726f77 (diff)
openpgp: Correct links.
- Some link targets have moved or were replaced since the link's creation. Make them point to the new location or replacement.
Diffstat (limited to 'openpgp/src/types/timestamp.rs')
-rw-r--r--openpgp/src/types/timestamp.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp/src/types/timestamp.rs b/openpgp/src/types/timestamp.rs
index 0691a927..148138fa 100644
--- a/openpgp/src/types/timestamp.rs
+++ b/openpgp/src/types/timestamp.rs
@@ -26,9 +26,9 @@ use crate::{
/// Signature creation time is internally stored as a `Timestamp`:
///
/// Note that this example retrieves raw packet value.
-/// Use [`SubpacketArea::signature_creation_time`] to get the signature creation time.
+/// Use [`SubpacketAreas::signature_creation_time`] to get the signature creation time.
///
-/// [`SubpacketArea::signature_creation_time`]: crate::packet::signature::subpacket::SubpacketArea::signature_creation_time()
+/// [`SubpacketAreas::signature_creation_time`]: crate::packet::signature::subpacket::SubpacketAreas::signature_creation_time()
///
/// ```
/// use sequoia_openpgp as openpgp;