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 authored and GlenDC committed Mar 5, 2024
1 parent 217c723 commit df995c3
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 df995c3

Please sign in to comment.