Remove anchor from link.

This commit is contained in:
Mariano Cano 2020-05-26 10:55:26 -07:00
parent 7104588fcb
commit dfe8e11e44

View file

@ -167,7 +167,7 @@ func (k *KMS) CreateKey(req *apiv1.CreateKeyRequest) (*apiv1.CreateKeyResponse,
}
// Names uses Amazon Resource Name
// https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-kms
// https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
return &apiv1.CreateKeyResponse{
Name: name,
PublicKey: publicKey,