AWS controltower documentation change
Summary
Updated API documentation URLs by adding double slashes in paths (formatting correction).
Security assessment
The changes correct URL formatting for API references. While drift resolution relates to compliance, the documentation updates themselves do not introduce security features or address specific vulnerabilities. The modifications are purely structural for link accuracy.
Diff
diff --git a/controltower/latest/userguide/resolving-drift.md b/controltower/latest/userguide/resolving-drift.md index 911fe0990..825c4f08f 100644 --- a//controltower/latest/userguide/resolving-drift.md +++ b//controltower/latest/userguide/resolving-drift.md @@ -9 +9 @@ Although detection is automatic, the steps to resolve drift must be done manuall -For example, you can resolve policy drift for controls programmatically, by calling the [`ResetEnabledControl`](https://docs.aws.amazon.com/controltower/latest/APIReference/API_ResetEnabledControl.html) API. +For example, you can resolve policy drift for controls programmatically, by calling the [`ResetEnabledControl`](https://docs.aws.amazon.com//controltower/latest/APIReference/API_ResetEnabledControl.html) API. @@ -11 +11 @@ For example, you can resolve policy drift for controls programmatically, by call -To resolve _configuration baseline drift_ for an OU, you can choose **Re-register OU** in the console. If the drift is caused by a single account, you can choose **Update account** in the console. To resolve baseline drift with the APIs, you can call the [`ResetEnabledBaseline`](https://docs.aws.amazon.com/controltower/latest/APIReference/API_ResetEnabledBaseline.html) API on the OU. +To resolve _configuration baseline drift_ for an OU, you can choose **Re-register OU** in the console. If the drift is caused by a single account, you can choose **Update account** in the console. To resolve baseline drift with the APIs, you can call the [`ResetEnabledBaseline`](https://docs.aws.amazon.com//controltower/latest/APIReference/API_ResetEnabledBaseline.html) API on the OU. @@ -21 +21 @@ To resolve _configuration baseline drift_ for an OU, you can choose **Re-registe - * For controls, many types of drift can be resolved by calling the [`ResetEnabledControl` API.](https://docs.aws.amazon.com/controltower/latest/APIReference/API_ResetEnabledControl.html) + * For controls, many types of drift can be resolved by calling the [`ResetEnabledControl` API.](https://docs.aws.amazon.com//controltower/latest/APIReference/API_ResetEnabledControl.html) @@ -23 +23 @@ To resolve _configuration baseline drift_ for an OU, you can choose **Re-registe - * Baseline drift on OUs and accounts can be resolved by calling the [`ResetEnabledBaseline`](https://docs.aws.amazon.com/controltower/latest/APIReference/API_ResetEnabledBaseline.html) API, or by choosing **Re-register OU** or **Update account** in the AWS Control Tower console. + * Baseline drift on OUs and accounts can be resolved by calling the [`ResetEnabledBaseline`](https://docs.aws.amazon.com//controltower/latest/APIReference/API_ResetEnabledBaseline.html) API, or by choosing **Re-register OU** or **Update account** in the AWS Control Tower console.