From 3eda57266372fef2fa7aa68ae251ec38966d5cf3 Mon Sep 17 00:00:00 2001 From: Jonathan Morley Date: Fri, 15 Sep 2023 09:57:00 -0400 Subject: [PATCH] docs: fix documentation pointing to v1 version of docs (#27148) 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* --- packages/aws-cdk-lib/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/aws-cdk-lib/README.md b/packages/aws-cdk-lib/README.md index be424ef5d0202..1aa3f0db1b592 100644 --- a/packages/aws-cdk-lib/README.md +++ b/packages/aws-cdk-lib/README.md @@ -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