AWS pinpoint documentation change
Summary
Fixed a double slash in the AWS CLI verify-otp-message command documentation URL
Security assessment
The change addresses a URL formatting issue for OTP validation documentation but does not introduce or modify security features.
Diff
diff --git a/pinpoint/latest/developerguide/send-validate-otp-validating.md b/pinpoint/latest/developerguide/send-validate-otp-validating.md index a9886ce61..54f82ca7d 100644 --- a//pinpoint/latest/developerguide/send-validate-otp-validating.md +++ b//pinpoint/latest/developerguide/send-validate-otp-validating.md @@ -24 +24 @@ You can use the AWS CLI to test the validation process. For more information abo -To verify an OTP using the AWS CLI, run the [verify-otp-message](https://docs.aws.amazon.com/cli/latest/reference/pinpoint/verify-otp-message.html) command in the terminal: +To verify an OTP using the AWS CLI, run the [verify-otp-message](https://docs.aws.amazon.com//cli/latest/reference/pinpoint/verify-otp-message.html) command in the terminal: