docs(lib): fix broken intra docs links
This commit is contained in:
@@ -67,12 +67,12 @@
|
||||
//! ```
|
||||
//!
|
||||
//!
|
||||
//! [`HttpConnector`]: hyper::client::HttpConnector
|
||||
//! [`Service`]: hyper::service::Service
|
||||
//! [`HttpConnector`]: HttpConnector
|
||||
//! [`Service`]: crate::service::Service
|
||||
//! [`Uri`]: http::Uri
|
||||
//! [`AsyncRead`]: tokio::io::AsyncRead
|
||||
//! [`AsyncWrite`]: tokio::io::AsyncWrite
|
||||
//! [`Connection`]: hyper::client::connect::Connection
|
||||
//! [`Connection`]: Connection
|
||||
use std::fmt;
|
||||
|
||||
use ::http::Response;
|
||||
|
||||
Reference in New Issue
Block a user