We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9993ab0 commit 9c587b7Copy full SHA for 9c587b7
aws/rust-runtime/aws-hyper/src/lib.rs
@@ -49,8 +49,8 @@ impl<S> tower::Layer<S> for AwsMiddleware {
49
/// AWS Service Client
50
///
51
/// Hyper-based AWS Service Client. Most customers will want to construct a client with
52
-/// [`Client::https()`](Client::https). For testing & other more advanced use cases, a custom
53
-/// connector may be used via [`Client::new(connector)`](Client::new).
+/// [`Client::https`](smithy_client::Client::https). For testing & other more advanced use cases, a
+/// custom connector may be used via [`Client::new(connector)`](smithy_client::Client::new).
54
55
/// The internal connector must implement the following trait bound to be used to dispatch requests:
56
/// ```rust,ignore
0 commit comments