AWS securityhub: Fix URL in GetInsightResults documentation
Summary
Removed an extra double slash in the GetInsightResults operation URL.
Security assessment
This is a minor documentation correction with no security implications.
Evidence
+To view insight results, use the [>GetInsightResults](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_GetInsightResults.html) operation of the Security Hub CSPM API. If you use the AWS CLI, run the [get-insight-results](https://docs.aws.amazon.com/cli/latest/reference/securityhub/get-insight-results.html) command.
Diff
diff --git a/securityhub/latest/userguide/securityhub-insights-view-take-action.md b/securityhub/latest/userguide/securityhub-insights-view-take-action.md index 93a80242d..20b04dcaf 100644 --- a//securityhub/latest/userguide/securityhub-insights-view-take-action.md +++ b//securityhub/latest/userguide/securityhub-insights-view-take-action.md @@ -67 +67 @@ Security Hub CSPM API, AWS CLI -To view insight results, use the [>GetInsightResults](https://docs.aws.amazon.com//securityhub/1.0/APIReference/API_GetInsightResults.html) operation of the Security Hub CSPM API. If you use the AWS CLI, run the [get-insight-results](https://docs.aws.amazon.com/cli/latest/reference/securityhub/get-insight-results.html) command. +To view insight results, use the [>GetInsightResults](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_GetInsightResults.html) operation of the Security Hub CSPM API. If you use the AWS CLI, run the [get-insight-results](https://docs.aws.amazon.com/cli/latest/reference/securityhub/get-insight-results.html) command.