Skip to content

Commit

Permalink
Fix up relative links
Browse files Browse the repository at this point in the history
The standard syntax doesn't work:
rust-lang/rust#86120
  • Loading branch information
Jon Gjengset committed Jun 7, 2021
1 parent 9993ab0 commit 9c587b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/rust-runtime/aws-hyper/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ impl<S> tower::Layer<S> for AwsMiddleware {
/// AWS Service Client
///
/// Hyper-based AWS Service Client. Most customers will want to construct a client with
/// [`Client::https()`](Client::https). For testing & other more advanced use cases, a custom
/// 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).
///
/// The internal connector must implement the following trait bound to be used to dispatch requests:
/// ```rust,ignore
Expand Down

0 comments on commit 9c587b7

Please sign in to comment.