Skip to content

Commit

Permalink
docs: fix documentation pointing to v1 version of docs (#27148)
Browse files Browse the repository at this point in the history
This link currently sends you back to v1 documentation

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
jonathanmorley committed Sep 15, 2023
1 parent d390076 commit 3eda572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ new CustomResource(this, 'MyResource', {
});
```

See the [documentation](https://docs.aws.amazon.com/cdk/api/latest/docs/custom-resources-readme.html) for more details.
See the [documentation](https://docs.aws.amazon.com/cdk/api/latest/docs/aws-cdk-lib.custom_resources-readme.html) for more details.

## AWS CloudFormation features

Expand Down

0 comments on commit 3eda572

Please sign in to comment.