AWS securityhub: Fix broken link to DescribeStandards API
Summary
Corrected a URL by removing an extra slash in the link to the DescribeStandards API documentation.
Security assessment
The change fixes a broken hyperlink but does not alter security guidance, configurations, or address vulnerabilities.
Evidence
+ 2. Invoke the [BatchUpdateStandardsControlAssociations](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateStandardsControlAssociations.html) API. Provide the Amazon Resource Name (ARN) of any standards that the control isn't enabled in. To obtain standard ARNs, run [`DescribeStandards`](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DescribeStandards.html).
Diff
diff --git a/securityhub/latest/userguide/enable-controls-overview.md b/securityhub/latest/userguide/enable-controls-overview.md index ceb42a655..66b9b504f 100644 --- a//securityhub/latest/userguide/enable-controls-overview.md +++ b//securityhub/latest/userguide/enable-controls-overview.md @@ -64 +64 @@ Security Hub CSPM API - 2. Invoke the [BatchUpdateStandardsControlAssociations](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateStandardsControlAssociations.html) API. Provide the Amazon Resource Name (ARN) of any standards that the control isn't enabled in. To obtain standard ARNs, run [`DescribeStandards`](https://docs.aws.amazon.com//securityhub/1.0/APIReference/API_DescribeStandards.html). + 2. Invoke the [BatchUpdateStandardsControlAssociations](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateStandardsControlAssociations.html) API. Provide the Amazon Resource Name (ARN) of any standards that the control isn't enabled in. To obtain standard ARNs, run [`DescribeStandards`](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DescribeStandards.html).