AWS IAM: Fix URL double-slash in Service Authorization Reference link
Summary
Corrected a broken URL by removing duplicate slashes in the Service Authorization Reference documentation link.
Security assessment
The change fixes a broken hyperlink but doesn't alter security guidance or address vulnerabilities.
Evidence
-For the actions supported by each service, see the [Service Authorization Reference](https://docs.aws.amazon.com//service-authorization/latest/reference/reference.html).
Diff
diff --git a/IAM/latest/UserGuide/reference_sigv-signing-elements.md b/IAM/latest/UserGuide/reference_sigv-signing-elements.md index 8fe30b04e..3d6b6ed8a 100644 --- a//IAM/latest/UserGuide/reference_sigv-signing-elements.md +++ b//IAM/latest/UserGuide/reference_sigv-signing-elements.md @@ -44 +44 @@ Specifies an API action for the service. For example, the DynamoDB `CreateTable` -For the actions supported by each service, see the [Service Authorization Reference](https://docs.aws.amazon.com//service-authorization/latest/reference/reference.html). +For the actions supported by each service, see the [Service Authorization Reference](https://docs.aws.amazon.com/service-authorization/latest/reference/reference.html).