Skip to content

Commit

Permalink
replace client link in docs
Browse files Browse the repository at this point in the history
fixes issue hyperium#3453
  • Loading branch information
glendc committed Dec 22, 2023
1 parent 1d4ff35 commit 5236ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/conn/mod.rs
Expand Up @@ -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
//!
Expand Down

0 comments on commit 5236ac5

Please sign in to comment.