Skip to content

Commit

Permalink
Fix doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoh committed Dec 12, 2022
1 parent 12c25cb commit bef3679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws/rust-runtime/aws-config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ mod loader {

/// Override the endpoint resolver used for **all** AWS Services
///
/// This method is deprecated. Use [`endpoint_url`] instead.
/// This method is deprecated. Use [`Self::endpoint_url`] instead.
///
/// This method will override the endpoint resolver used for **all** AWS services. This mainly
/// exists to set a static endpoint for tools like `LocalStack`. For live traffic, AWS services
Expand Down
2 changes: 1 addition & 1 deletion aws/rust-runtime/aws-types/src/sdk_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ impl Builder {

/// Set the endpoint resolver to use when making requests
///
/// This method is deprecated. Use [`endpoint_url`] instead.
/// This method is deprecated. Use [`Self::endpoint_url`] instead.
///
/// # Examples
/// ```
Expand Down

0 comments on commit bef3679

Please sign in to comment.