summaryrefslogtreecommitdiffstats
path: root/net
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 /net
parentc3f0c59bf7d826cc955e38bcac68fb336038e67d (diff)
Fix broken links in the documentation.
Diffstat (limited to 'net')
-rw-r--r--net/src/wkd.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/src/wkd.rs b/net/src/wkd.rs
index a4134110..663e0d57 100644
--- a/net/src/wkd.rs
+++ b/net/src/wkd.rs
@@ -8,7 +8,7 @@
//! See the [get example].
//!
//! [draft-koch]: https://datatracker.ietf.org/doc/html/draft-koch-openpgp-webkey-service/#section-3.1
-//! [get example]: get#example
+//! [get example]: fn.get.html#example
//!
@@ -252,8 +252,6 @@ fn parse_body<S: AsRef<str>>(body: &[u8], email_address: S)
/// Retrieves the Certs that contain userids with a given email address
/// from a Web Key Directory URL.
///
-/// This function is call by [net::wkd::get](../../wkd/fn.get.html).
-///
/// From [draft-koch]:
///
/// ```text