Skip to content

Commit b885ece

Browse files
authoredMay 15, 2023
docs(assertions): update link to migration guide (aws#25602)
The link to the `@aws-cdk/assert` -> `aws-cdk-lib.assertions` migration guide was incorrect, and sent you to a 404 page. The migration guide only exists on the `v1-main` branch now, since the `@aws-cdk/assert` library is not published with v2. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 83c4c36 commit b885ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/aws-cdk-lib/assertions/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
If you're migrating from the old `assert` library, the migration guide can be found in
5-
[our GitHub repository](https://github.com/aws/aws-cdk/blob/main/packages/@aws-cdk/assertions/MIGRATING.md).
5+
[our GitHub repository](https://github.com/aws/aws-cdk/blob/v1-main/packages/@aws-cdk/assertions/MIGRATING.md).
66

77
Functions for writing test asserting against CDK applications, with focus on CloudFormation templates.
88

0 commit comments

Comments
 (0)
Please sign in to comment.