summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
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