docs(lib): fix broken intra docs links
This commit is contained in:
		| @@ -2,7 +2,7 @@ | ||||
| //! | ||||
| //! This module contains: | ||||
| //! | ||||
| //! - A [`GaiResolver`](dns::GaiResolver) that is the default resolver for the | ||||
| //! - A [`GaiResolver`](GaiResolver) that is the default resolver for the | ||||
| //!   `HttpConnector`. | ||||
| //! - The `Name` type used as an argument to custom resolvers. | ||||
| //! | ||||
|   | ||||
| @@ -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