Skip to content

Commit

Permalink
update some links for /latest/ to /v1/ migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry Kindall committed Dec 21, 2021
1 parent 1ec14dc commit 4801c41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v2/doc-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ The table below represents significant documentation milestones\. We fix errors

| Change | Description | Date |
| --- |--- |--- |
| [AWS CDK v2 release](#doc-history) | Version 2 of the AWS CDK Developer Guide is released\. [Document history](../../latest/guide/doc-history.html) for CDK v1\. | December 4, 2021 |
| [AWS CDK v2 release](#doc-history) | Version 2 of the AWS CDK Developer Guide is released\. [Document history](../../v1/guide/doc-history.html) for CDK v1\. | December 4, 2021 |
2 changes: 1 addition & 1 deletion v2/use_cfn_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The [https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.cloudformation_incl
This construct essentially adds an AWS CDK API wrapper to any resource in the template\. You can use this capability to migrate your existing AWS CloudFormation templates to the AWS CDK a piece at a time in order to take advantage of the AWS CDK's convenient higher\-level abstractions, or just to vend your AWS CloudFormation templates to AWS CDK developers by providing an AWS CDK construct API\.

**Note**
The AWS CDK also includes [https://docs.aws.amazon.com/cdk/api/latest/docs/aws-cdk-lib.CfnInclude.html](https://docs.aws.amazon.com/cdk/api/latest/docs/aws-cdk-lib.CfnInclude.html), which was previously used for the same general purpose\. However, it lacks much of the functionality of `cloudformation-include.CfnInclude`\.
AWS CDK v1 also included [https://docs.aws.amazon.com/cdk/api/latest/docs/aws-cdk-lib.CfnInclude.html](https://docs.aws.amazon.com/cdk/api/latest/docs/aws-cdk-lib.CfnInclude.html), which was previously used for the same general purpose\. However, it lacks much of the functionality of `cloudformation-include.CfnInclude`\.

## Importing an AWS CloudFormation template<a name="w366aac27b9b9"></a>

Expand Down

0 comments on commit 4801c41

Please sign in to comment.