From c5764ab7939095db7405874642f38139b9abda02 Mon Sep 17 00:00:00 2001 From: John DiSanti Date: Tue, 15 Nov 2022 15:02:46 -0800 Subject: [PATCH] Fix rustdoc links --- aws/rust-runtime/aws-config/src/imds/client/error.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aws/rust-runtime/aws-config/src/imds/client/error.rs b/aws/rust-runtime/aws-config/src/imds/client/error.rs index afd05082ba..f1845feb71 100644 --- a/aws/rust-runtime/aws-config/src/imds/client/error.rs +++ b/aws/rust-runtime/aws-config/src/imds/client/error.rs @@ -3,7 +3,7 @@ * SPDX-License-Identifier: Apache-2.0 */ -//! Error types for [`ImdsClient`](crate::imds::client::ImdsClient) +//! Error types for [`ImdsClient`](crate::imds::client::Client) use crate::profile::credentials::ProfileFileError; use aws_smithy_client::SdkError; @@ -61,7 +61,7 @@ pub enum ImdsError { /// An IMDSv2 Token could not be loaded /// /// Requests to IMDS must be accompanied by a token obtained via a `PUT` request. This is handled - /// transparently by the [`Client`]. + /// transparently by the [`Client`](crate::imds::client::Client). FailedToLoadToken(FailedToLoadToken), /// An error response was returned from IMDS