AWS secretsmanager documentation change
Summary
Updated CLI command documentation URLs by adding an extra slash in the path
Security assessment
The changes only modify CLI reference links to include consistent double slashes in paths. No security-related content was added or modified, and there's no indication of addressing security vulnerabilities. These are routine documentation formatting updates.
Diff
diff --git a/secretsmanager/latest/userguide/auth-and-access_resource-policies.md b/secretsmanager/latest/userguide/auth-and-access_resource-policies.md index 2cff18308..291e1d70c 100644 --- a//secretsmanager/latest/userguide/auth-and-access_resource-policies.md +++ b//secretsmanager/latest/userguide/auth-and-access_resource-policies.md @@ -62 +62 @@ The following [`get-resource-policy`](https://docs.aws.amazon.com/cli/latest/ref -The following [`delete-resource-policy`](https://docs.aws.amazon.com/cli/latest/reference/secretsmanager/delete-resource-policy.html) example deletes the resource-based policy attached to a secret. +The following [`delete-resource-policy`](https://docs.aws.amazon.com//cli/latest/reference/secretsmanager/delete-resource-policy.html) example deletes the resource-based policy attached to a secret. @@ -70 +70 @@ The following [`delete-resource-policy`](https://docs.aws.amazon.com/cli/latest/ -The following [`put-resource-policy`](https://docs.aws.amazon.com/cli/latest/reference/secretsmanager/put-resource-policy.html) example adds a permissions policy to a secret, checking first that the policy does not provide broad access to the secret. The policy is read from a file. For more information, see [Loading AWS CLI parameters from a file](https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-parameters-file.html) in the AWS CLI User Guide. +The following [`put-resource-policy`](https://docs.aws.amazon.com//cli/latest/reference/secretsmanager/put-resource-policy.html) example adds a permissions policy to a secret, checking first that the policy does not provide broad access to the secret. The policy is read from a file. For more information, see [Loading AWS CLI parameters from a file](https://docs.aws.amazon.com//cli/latest/userguide/cli-usage-parameters-file.html) in the AWS CLI User Guide.