AWS kms documentation change
Summary
Fixed markdown link syntax for custom key store reference
Security assessment
Purely a documentation formatting change with no security implications.
Diff
diff --git a/kms/latest/developerguide/example_kms_GenerateRandom_section.md b/kms/latest/developerguide/example_kms_GenerateRandom_section.md index 268ebca41..27719a1ca 100644 --- a//kms/latest/developerguide/example_kms_GenerateRandom_section.md +++ b//kms/latest/developerguide/example_kms_GenerateRandom_section.md @@ -23 +23 @@ You don't specify a KMS key when you run this command. The random byte string is -By default, AWS KMS generates the random number. However, if you specify a custom key store<https://docs.aws.amazon.com/kms/latest/developerguide/custom-key-store-overview.html>, the random byte string is generated in the AWS CloudHSM cluster associated with the custom key store. +By default, AWS KMS generates the random number. However, if you specify a [custom key store](https://docs.aws.amazon.com/kms/latest/developerguide/custom-key-store-overview.html), the random byte string is generated in the AWS CloudHSM cluster associated with the custom key store.