From 1cc2fe13a9f530ce9e9cb1c06c7e04ee09f4d712 Mon Sep 17 00:00:00 2001 From: elenaf9 Date: Sun, 3 Oct 2021 21:13:31 +0200 Subject: [PATCH] protocols/autonat: rustdoc::broken-intra-doc-links --- protocols/autonat/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/autonat/src/lib.rs b/protocols/autonat/src/lib.rs index 069c2ae60bb..60984000fbe 100644 --- a/protocols/autonat/src/lib.rs +++ b/protocols/autonat/src/lib.rs @@ -18,7 +18,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -//! Implementation of the [AutoNAT] protocol. +//! Implementation of the AutoNAT protocol. pub use self::behaviour::{Behaviour, Config};