AWS controltower: Correct delegated admin URL in setup guide
Summary
Fixed a broken link for delegated admin setup by removing a double slash.
Security assessment
This is a non-functional URL correction with no security implications.
Evidence
-The next sections give steps to set up Account Factory for the customization process. We recommend that you set up [delegated admin](https://docs.aws.amazon.com//accounts/latest/reference/using-orgs-delegated-admin.html) for the hub account, before you begin these steps.
Diff
diff --git a/controltower/latest/userguide/afc-setup-steps.md b/controltower/latest/userguide/afc-setup-steps.md index 9e6800d04..99ec1ed11 100644 --- a//controltower/latest/userguide/afc-setup-steps.md +++ b//controltower/latest/userguide/afc-setup-steps.md @@ -9 +9 @@ -The next sections give steps to set up Account Factory for the customization process. We recommend that you set up [delegated admin](https://docs.aws.amazon.com//accounts/latest/reference/using-orgs-delegated-admin.html) for the hub account, before you begin these steps. +The next sections give steps to set up Account Factory for the customization process. We recommend that you set up [delegated admin](https://docs.aws.amazon.com/accounts/latest/reference/using-orgs-delegated-admin.html) for the hub account, before you begin these steps.