From e5746684e84377dd8828f6a5a8ab4c0eec73c3ec Mon Sep 17 00:00:00 2001 From: Nora Widdecke Date: Mon, 23 Aug 2021 16:55:26 +0200 Subject: Convert markdown to intra-doc links. - Apply cargo intraconv. --- net/src/wkd.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net') diff --git a/net/src/wkd.rs b/net/src/wkd.rs index 84dc10dc..dfe9a6e8 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 -//! [get example]: fn.get.html#example +//! [get example]: get()#example //! @@ -107,7 +107,7 @@ impl EmailAddress { /// Stores the parts needed to create a Web Key Directory URL. /// /// NOTE: This is a different `Url` than [`url::Url`] (`url` crate) that is -/// actually returned with the method [to_url](#method.to_url) +/// actually returned with the method [to_url](Url::to_url()) #[derive(Debug, Clone)] pub struct Url { domain: String, -- cgit v1.2.3