Skip to content

Commit 9c587b7

Browse files
author
Jon Gjengset
committed
Fix up relative links
The standard syntax doesn't work: rust-lang/rust#86120
1 parent 9993ab0 commit 9c587b7

File tree

1 file changed

+2
-2
lines changed
  • aws/rust-runtime/aws-hyper/src

1 file changed

+2
-2
lines changed

aws/rust-runtime/aws-hyper/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ impl<S> tower::Layer<S> for AwsMiddleware {
4949
/// AWS Service Client
5050
///
5151
/// 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).
52+
/// [`Client::https`](smithy_client::Client::https). For testing & other more advanced use cases, a
53+
/// custom connector may be used via [`Client::new(connector)`](smithy_client::Client::new).
5454
///
5555
/// The internal connector must implement the following trait bound to be used to dispatch requests:
5656
/// ```rust,ignore

0 commit comments

Comments
 (0)