AWS IAM: Corrected W3C date standard URL in policy data types
Summary
Fixed URL for W3C date format reference in data types documentation.
Security assessment
Change only addresses a broken link without impacting security semantics.
Evidence
+Date | String adhering to the [W3C Profile of ISO 8601](http://www.w3.org/TR/NOTE-datetime)
Diff
diff --git a/IAM/latest/UserGuide/reference_policies_elements_datatypes.md b/IAM/latest/UserGuide/reference_policies_elements_datatypes.md index ccb164625..395834a41 100644 --- a//IAM/latest/UserGuide/reference_policies_elements_datatypes.md +++ b//IAM/latest/UserGuide/reference_policies_elements_datatypes.md @@ -37 +37 @@ Null | null -Date | String adhering to the [W3C Profile of ISO 8601](https://docs.aws.amazon.com/http://www.w3.org/TR/NOTE-datetime) +Date | String adhering to the [W3C Profile of ISO 8601](http://www.w3.org/TR/NOTE-datetime)