Skip to content

Commit

Permalink
fix(cli): update bit.ly link to use GitHub link directly (#3782)
Browse files Browse the repository at this point in the history
Updated http://bit.ly link to link to GitHub directly so that it's clear where it leads and it is an `https` link.
  • Loading branch information
alsmola authored and shivlaks committed Aug 26, 2019
1 parent 39ee810 commit 042fb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk/test/integ/cli/test-cdk-iam-diff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ IAM Statement Changes
├───┼─────────────────┼────────┼────────────────┼────────────────────────────┼───────────┤
│ + │ \${SomeRole.Arn} │ Allow │ sts:AssumeRole │ Service:ec2.amazon.aws.com │ │
└───┴─────────────────┴────────┴────────────────┴────────────────────────────┴───────────┘
(NOTE: There may be security-related changes not in this list. See http://bit.ly/cdk-2EhF7Np)
(NOTE: There may be security-related changes not in this list. See https://github.com/aws/aws-cdk/issues/1299)
Resources
[+] AWS::IAM::Role SomeRole SomeRole6DDC54DD
Expand Down

0 comments on commit 042fb53

Please sign in to comment.