AWS controltower: Fix broken URL for EnabledControl documentation
Summary
Corrected a broken hyperlink by removing an extra slash in the EnabledControl CloudFormation documentation URL.
Security assessment
The change fixes a documentation URL typo; it does not address security vulnerabilities or introduce security content.
Evidence
+For more information, see [`EnabledControl`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-controltower-enabledcontrol.html) in the _AWS CloudFormation User Guide_.
Diff
diff --git a/controltower/latest/controlreference/tagging.md b/controltower/latest/controlreference/tagging.md index b293f9f64..8f3bf49d9 100644 --- a//controltower/latest/controlreference/tagging.md +++ b//controltower/latest/controlreference/tagging.md @@ -81 +81 @@ Here is an example CloudFormation resource template with tags added. -For more information, see [`EnabledControl`](https://docs.aws.amazon.com//AWSCloudFormation/latest/UserGuide/aws-resource-controltower-enabledcontrol.html) in the _AWS CloudFormation User Guide_. +For more information, see [`EnabledControl`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-controltower-enabledcontrol.html) in the _AWS CloudFormation User Guide_.