summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/src/crypto.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-01-07 16:42:37 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-01-07 16:42:37 +0100
commitf10ceaa4ac04dcafe0bce42eb4fed3832225b594 (patch)
treec75c7beac03bfcbeca8534d295fdf16a419564fc /openpgp-ffi/src/crypto.rs
parentc3f0c59bf7d826cc955e38bcac68fb336038e67d (diff)
Fix broken links in the documentation.
Diffstat (limited to 'openpgp-ffi/src/crypto.rs')
-rw-r--r--openpgp-ffi/src/crypto.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp-ffi/src/crypto.rs b/openpgp-ffi/src/crypto.rs
index d4e7ace9..4bc35f5b 100644
--- a/openpgp-ffi/src/crypto.rs
+++ b/openpgp-ffi/src/crypto.rs
@@ -2,7 +2,7 @@
//!
//! Wraps [`sequoia-openpgp::crypto`].
//!
-//! [`sequoia-openpgp::crypto`]: ../../sequoia_openpgp/crypto/index.html
+//! [`sequoia-openpgp::crypto`]: ../../../sequoia_openpgp/crypto/index.html
use libc::size_t;