summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2021-04-06 14:36:46 +0200
committerJustus Winter <justus@sequoia-pgp.org>2021-04-06 15:25:46 +0200
commita5abce4506832d3a95a3ace9ad44aa774af4ed2d (patch)
tree49e03bec8f2c838ab17abffde7fd60201fbf9091
parentdc6a0273a5ef4ad2ae66ed620e25672f258bf426 (diff)
openpgp: Fix link.
-rw-r--r--openpgp/src/packet/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/openpgp/src/packet/mod.rs b/openpgp/src/packet/mod.rs
index e87e7b16..4cbd7ac8 100644
--- a/openpgp/src/packet/mod.rs
+++ b/openpgp/src/packet/mod.rs
@@ -216,6 +216,8 @@ pub mod aed;
///
/// The different OpenPGP packets are detailed in [Section 5 of RFC 4880].
///
+/// [Section 5 of RFC 4880]: https://tools.ietf.org/html/rfc4880#section-5
+///
/// The [`Unknown`] packet allows Sequoia to deal with packets that it
/// doesn't understand. It is basically a binary blob that includes
/// the packet's [tag]. See the [module-level documentation] for