Skip to content

Commit ff9140f

Browse files
authored
docs(integ-tests-alpha): correct integ-runner link in README (#34742)
### Reason for this change Corrects link to `integ-runner` after it has been moved to the `aws-cdk-cli` repo. ### Description of changes Changed link. ### Describe any new or updated permissions being added None. ### Description of how you validated changes Link works. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 47a3ee3 commit ff9140f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk/integ-tests-alpha/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
## Overview
2020

21-
This library is meant to be used in combination with the [integ-runner](https://github.com/aws/aws-cdk/tree/main/packages/%40aws-cdk/integ-runner) CLI
21+
This library is meant to be used in combination with the [integ-runner](https://github.com/aws/aws-cdk-cli/tree/main/packages/%40aws-cdk/integ-runner) CLI
2222
to enable users to write and execute integration tests for AWS CDK Constructs.
2323

2424
An integration test should be defined as a CDK application, and

0 commit comments

Comments
 (0)