From bef36795a6491e3c3296385feffe1341e71b602d Mon Sep 17 00:00:00 2001 From: Russell Cohen Date: Mon, 12 Dec 2022 13:05:57 -0500 Subject: [PATCH] Fix doc links --- aws/rust-runtime/aws-config/src/lib.rs | 2 +- aws/rust-runtime/aws-types/src/sdk_config.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aws/rust-runtime/aws-config/src/lib.rs b/aws/rust-runtime/aws-config/src/lib.rs index fb7a96d65a..13dae42f9d 100644 --- a/aws/rust-runtime/aws-config/src/lib.rs +++ b/aws/rust-runtime/aws-config/src/lib.rs @@ -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 diff --git a/aws/rust-runtime/aws-types/src/sdk_config.rs b/aws/rust-runtime/aws-types/src/sdk_config.rs index 308cb533b9..3fbaa79a52 100644 --- a/aws/rust-runtime/aws-types/src/sdk_config.rs +++ b/aws/rust-runtime/aws-types/src/sdk_config.rs @@ -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 /// ```