From ddc8d432e6e8b68563174eded76dc68ff52648d3 Mon Sep 17 00:00:00 2001 From: Benjamin Saunders Date: Tue, 21 Apr 2020 16:23:13 -0700 Subject: [PATCH] Fix broken doc link --- quinn/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quinn/src/lib.rs b/quinn/src/lib.rs index 414f77468..44a6a2305 100644 --- a/quinn/src/lib.rs +++ b/quinn/src/lib.rs @@ -6,7 +6,7 @@ //! builds on top of quinn-proto, which implements protocol logic independent of any particular //! runtime. //! -//! The entry point of this crate is the [`Endpoint`](struct.Endpoint.html). +//! The entry point of this crate is the [`Endpoint`](generic/struct.Endpoint.html). //! #![cfg_attr( feature = "rustls",