From 5236ac5f73aac1860f9f8e2478a846fb5e69b7d1 Mon Sep 17 00:00:00 2001 From: glendc Date: Fri, 22 Dec 2023 22:34:37 +0100 Subject: [PATCH] replace client link in docs fixes issue #3453 --- src/client/conn/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/conn/mod.rs b/src/client/conn/mod.rs index eda436a8b8..f2942ecfc2 100644 --- a/src/client/conn/mod.rs +++ b/src/client/conn/mod.rs @@ -5,8 +5,8 @@ //! are not handled at this level. This module provides the building blocks to //! customize those things externally. //! -//! If don't have need to manage connections yourself, consider using the -//! higher-level [Client](super) API. +//! If you are looking for a convenient HTTP client, +//! then you may wish to consider [reqwest](https://github.com/seanmonstar/reqwest). //! //! ## Example //!