AWS toolkit-for-vscode documentation change
Summary
Fixed URL formatting by adding double slashes in managed policy and Cloud Control API documentation links
Security assessment
The changes only correct URL paths and do not alter security content. No evidence of addressing vulnerabilities or modifying security guidance.
Diff
diff --git a/toolkit-for-vscode/latest/userguide/more-resources.md b/toolkit-for-vscode/latest/userguide/more-resources.md index c36221d2f..bcb8ef110 100644 --- a//toolkit-for-vscode/latest/userguide/more-resources.md +++ b//toolkit-for-vscode/latest/userguide/more-resources.md @@ -46 +46 @@ In addition to permissions for service resources, an IAM entity requires permiss -The easiest way to grant permissions is to attach the AWS managed policy, **PowerUserAccess** , to the IAM entity that's calling these API operations using the Toolkit interface. This [managed policy](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_job-functions.html#jf_developer-power-user) grants a range of permissions for performing application development tasks, including calling API operations. +The easiest way to grant permissions is to attach the AWS managed policy, **PowerUserAccess** , to the IAM entity that's calling these API operations using the Toolkit interface. This [managed policy](https://docs.aws.amazon.com//IAM/latest/UserGuide/access_policies_job-functions.html#jf_developer-power-user) grants a range of permissions for performing application development tasks, including calling API operations. @@ -48 +48 @@ The easiest way to grant permissions is to attach the AWS managed policy, **Powe -For specific permissions that define allowable API operations on remote resources, see the [AWS Cloud Control API User Guide.](https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/security.html) +For specific permissions that define allowable API operations on remote resources, see the [AWS Cloud Control API User Guide.](https://docs.aws.amazon.com//cloudcontrolapi/latest/userguide/security.html)