From ac73991451589c37add39695b7779db66384765e Mon Sep 17 00:00:00 2001 From: Nikita Puzankov Date: Tue, 20 Apr 2021 20:59:42 +0400 Subject: [PATCH] change wrong link to request --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index ca2901d7..148636e5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -47,7 +47,7 @@ //! ``` //! //! If you want to customize the request by adding headers, setting timeouts, -//! etc, then you can create a [`Request`][prelude::Request] using a +//! etc, then you can create a [`Request`][Request] using a //! builder-style fluent interface, then finishing it off with a //! [`send`][RequestExt::send]: //!