Skip to content

Commit

Permalink
Fix rustdoc links
Browse files Browse the repository at this point in the history
  • Loading branch information
jdisanti committed Nov 16, 2022
1 parent 936e360 commit c5764ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/rust-runtime/aws-config/src/imds/client/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c5764ab

Please sign in to comment.