summaryrefslogtreecommitdiffstats
path: root/openpgp/src/constants.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-10-15 12:55:27 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-10-15 12:55:27 +0200
commit35bad5d4aef2e6181522bdf99f507929a9665ee3 (patch)
tree10d9a62ac10f0c3ed50a384e5e4d69972f554010 /openpgp/src/constants.rs
parent2f0387affc564436b6eccebf833ca7386c3effa5 (diff)
openpgp: Fix and update links to RFC4880bis.
Diffstat (limited to 'openpgp/src/constants.rs')
-rw-r--r--openpgp/src/constants.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp/src/constants.rs b/openpgp/src/constants.rs
index 4266bc06..60176f06 100644
--- a/openpgp/src/constants.rs
+++ b/openpgp/src/constants.rs
@@ -394,7 +394,7 @@ impl Arbitrary for SymmetricAlgorithm {
/// The AEAD algorithms as defined in [Section 9.6 of RFC 4880bis].
///
-/// [Section 9.6 of RFC 4880bis]: https://tools.ietf.org/html/rfc4880bis#section-9.6
+/// [Section 9.6 of RFC 4880bis]: https://tools.ietf.org/html/draft-ietf-openpgp-rfc4880bis-05#section-9.6
///
/// The values can be converted into and from their corresponding values of the serialized format.
///
@@ -880,7 +880,7 @@ pub enum DataFormat {
///
/// This is defined in [Section 5.10 of RFC4880bis].
///
- /// [Section 5.10 of RFC4880bis]: https://tools.ietf.org/html/draft-ietf-openpgp-rfc4880bis-04#section-5.10
+ /// [Section 5.10 of RFC4880bis]: https://tools.ietf.org/html/draft-ietf-openpgp-rfc4880bis-05#section-5.10
MIME,
/// Unknown format specifier.