summaryrefslogtreecommitdiffstats
path: root/store
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-08-23 16:55:26 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2021-08-27 12:58:07 +0200
commite5746684e84377dd8828f6a5a8ab4c0eec73c3ec (patch)
tree5261ba9f497ec5ce51d47198742919673de3c893 /store
parent078c4d7ee16ea06977ec8cb7cf5571c880e9c710 (diff)
Convert markdown to intra-doc links.
- Apply cargo intraconv.
Diffstat (limited to 'store')
-rw-r--r--store/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/src/lib.rs b/store/src/lib.rs
index 19f21607..7d0d679e 100644
--- a/store/src/lib.rs
+++ b/store/src/lib.rs
@@ -14,7 +14,7 @@
//! Sequoia updates keys in compliance with the [network policy] used
//! to create the mapping.
//!
-//! [network policy]: ../sequoia_net/enum.Policy.html
+//! [network policy]: super::sequoia_net::Policy
//!
//! # Examples
//!