summaryrefslogtreecommitdiffstats
path: root/openpgp/src
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-10-16 14:36:35 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-10-16 14:36:35 +0200
commit8ee349e699c52ce9949fb9c711e0f8e3f5361ade (patch)
tree0c4180ad11a495e534d8b4c3213bdf2bf423143d /openpgp/src
parentb2b62c830b757f0e5ab62ba9edbe7d184b4e1469 (diff)
openpgp: Fix link.
Diffstat (limited to 'openpgp/src')
-rw-r--r--openpgp/src/cert/bundle.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/cert/bundle.rs b/openpgp/src/cert/bundle.rs
index 915cb2ef..0e957f7a 100644
--- a/openpgp/src/cert/bundle.rs
+++ b/openpgp/src/cert/bundle.rs
@@ -106,7 +106,7 @@ use super::{
/// A certificate component and its associated signatures.
///
-/// [See the module level documentation]](index.html) for a detailed
+/// [See the module level documentation](index.html) for a detailed
/// description.
#[derive(Debug, Clone, PartialEq)]
pub struct ComponentBundle<C> {