From 9ad4f4b311de4ae5ad459464f3698b623f2f3fce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cameron=20Stone=20=F0=9F=99=8A?= Date: Thu, 6 Jul 2023 18:03:26 +1000 Subject: [PATCH] docs(aws-cdk-lib): update Allowing Connections link to v2 in SecurityGroup docs --- packages/aws-cdk-lib/aws-ec2/lib/security-group.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/aws-cdk-lib/aws-ec2/lib/security-group.ts b/packages/aws-cdk-lib/aws-ec2/lib/security-group.ts index ea610637c1c2c..1951d632ebf49 100644 --- a/packages/aws-cdk-lib/aws-ec2/lib/security-group.ts +++ b/packages/aws-cdk-lib/aws-ec2/lib/security-group.ts @@ -346,7 +346,7 @@ export interface SecurityGroupImportOptions { * allow connections to and between constructs via--for example-- the `instance.connections` * object. Think of it as "allowing connections to your instance", rather than * "adding ingress rules a security group". See the [Allowing - * Connections](https://docs.aws.amazon.com/cdk/api/latest/docs/aws-ec2-readme.html#allowing-connections) + * Connections](https://docs.aws.amazon.com/cdk/api/latest/docs/aws-cdk-lib.aws_ec2-readme.html#allowing-connections) * section in the library documentation for examples. * * Direct manipulation of the Security Group through `addIngressRule` and