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",