summaryrefslogtreecommitdiffstats
path: root/ffi
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-08-25 17:16:59 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2021-08-27 12:58:07 +0200
commitbc3a911e4e2009615704b9302b28ff09bcf4c2b7 (patch)
tree77496c61b0a12bbe82c3599dee179fc5a807c5da /ffi
parenta7ffba7e699b5e841dc35104278877da39e9ba22 (diff)
ffi, openpgp-ffi, ffi-macros: 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 'ffi')
-rw-r--r--ffi/src/store.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi/src/store.rs b/ffi/src/store.rs
index 9c32cf4d..806c386b 100644
--- a/ffi/src/store.rs
+++ b/ffi/src/store.rs
@@ -14,7 +14,7 @@
//! Sequoia updates keys in compliance with the [network policy] used
//! to create the store.
//!
-//! [network policy]: super::super::sequoia_core::NetworkPolicy
+//! [network policy]: sequoia_net::Policy
//!
//! # Examples
//!