AWS Security ChangesHomeSearch

AWS controltower: Fixed API documentation URLs by removing extra slashes

Service: controltower · 2026-08-19 · Documentation low

File: controltower/latest/userguide/resolving-drift.md

Summary

Corrected broken hyperlinks to ResetEnabledControl, ResetEnabledBaseline, and UpdateLandingZone APIs by removing duplicate slashes in URLs.

Security assessment

The change only fixes URL formatting errors without altering security content, procedures, or addressing vulnerabilities.

Evidence

+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.

Diff

diff --git a/controltower/latest/userguide/resolving-drift.md b/controltower/latest/userguide/resolving-drift.md
index 0ad51dc4f..46c43a6cc 100644
--- a//controltower/latest/userguide/resolving-drift.md
+++ b//controltower/latest/userguide/resolving-drift.md
@@ -11 +11 @@ 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.
@@ -13 +13 @@ 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.
@@ -23 +23 @@ 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)
@@ -25 +25 @@ 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.
@@ -27 +27 @@ To resolve _configuration baseline drift_ for an OU, you can choose **Re-registe
-  * To resolve _inheritance drift_ that occurs when accounts are moved between OUs, you can enable the auto-enrollment feature. When auto-enrollment is enabled, AWS Control Tower automatically remediates inheritance drift by applying the baseline resources and control configurations from the destination OU to the moved account. You can enable auto-enrollment on the landing zone **Settings** page in the console, or by calling the [`UpdateLandingZone`](https://docs.aws.amazon.com//controltower/latest/APIReference/API_UpdateLandingZone.html) API with the `RemediationType` parameter set to **Inheritance Drift**. For more information, see [Move and enroll accounts with auto-enrollment](./account-auto-enrollment.html).
+  * To resolve _inheritance drift_ that occurs when accounts are moved between OUs, you can enable the auto-enrollment feature. When auto-enrollment is enabled, AWS Control Tower automatically remediates inheritance drift by applying the baseline resources and control configurations from the destination OU to the moved account. You can enable auto-enrollment on the landing zone **Settings** page in the console, or by calling the [`UpdateLandingZone`](https://docs.aws.amazon.com/controltower/latest/APIReference/API_UpdateLandingZone.html) API with the `RemediationType` parameter set to **Inheritance Drift**. For more information, see [Move and enroll accounts with auto-enrollment](./account-auto-enrollment.html).