AWS controltower: Fix broken URL for ListEnabledControls API reference
Summary
Corrected a broken hyperlink by removing an extra slash in the ListEnabledControls API URL.
Security assessment
The change fixes a documentation URL typo; it does not address security vulnerabilities or introduce security content.
Evidence
+You also can view your enabled controls programmatically, by calling the [`ListEnabledControls`](https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListEnabledControls.html) API.
Diff
diff --git a/controltower/latest/controlreference/view-enabled-controls.md b/controltower/latest/controlreference/view-enabled-controls.md index 16d60b74c..ba988b679 100644 --- a//controltower/latest/controlreference/view-enabled-controls.md +++ b//controltower/latest/controlreference/view-enabled-controls.md @@ -11 +11 @@ To view your enabled controls in the AWS Control Tower console, navigate to the -You also can view your enabled controls programmatically, by calling the [`ListEnabledControls`](https://docs.aws.amazon.com//controltower/latest/APIReference/API_ListEnabledControls.html) API. +You also can view your enabled controls programmatically, by calling the [`ListEnabledControls`](https://docs.aws.amazon.com/controltower/latest/APIReference/API_ListEnabledControls.html) API.