Skip to content

Commit 8de2d82

Browse files
committed
Fix broken doc link
1 parent 58b6cbf commit 8de2d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/signature.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const ALLOWED_MISMATCH_MINUTES: i64 = 15;
7070
/// is the current time, `Utc::now()`.
7171
/// * `required_headers` - The headers that are required to be signed in the request in addition to
7272
/// the default SigV4 headers. If none, use
73-
/// [`&SignedHeaderRequirements::default()`][SignedHeaderRequirements::default].
73+
/// [`NO_ADDITIONAL_SIGNED_HEADERS`][crate::NO_ADDITIONAL_SIGNED_HEADERS].
7474
/// * `options` - [`SignatureOptions`]` that affect the behavior of the signature validation. For
7575
/// most services, use `SignatureOptions::default()`.
7676
///

0 commit comments

Comments
 (0)