Skip to content

Commit cd2a54c

Browse files
authored
Merge branch 'main' into pyepye-typo-1
2 parents 43eb53f + 030500a commit cd2a54c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/aws-cdk-lib/aws-synthetics/lib/runtime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export class Runtime {
190190
* - **Ephemeral storage monitoring**: This runtime adds ephemeral storage monitoring in customer accounts.
191191
* - **Bug fixes**
192192
*
193-
* @see https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_nodejs_puppeteer.html#CloudWatch_Synthetics_runtimeversion-nodejs-puppeteer-6.1
193+
* @see https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_nodejs_puppeteer.html#CloudWatch_Synthetics_runtimeversion-nodejs-puppeteer-6.2
194194
*/
195195
public static readonly SYNTHETICS_NODEJS_PUPPETEER_6_2 = new Runtime('syn-nodejs-puppeteer-6.2', RuntimeFamily.NODEJS);
196196

packages/aws-cdk-lib/pipelines/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ construct library directly.
2828
> engines other than CodePipeline.
2929
>
3030
> The README for the original API, as well as a migration guide, can be found in
31-
> [our GitHub repository](https://github.com/aws/aws-cdk/blob/main/packages/@aws-cdk/pipelines/ORIGINAL_API.md).
31+
> [our GitHub repository](https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/pipelines/ORIGINAL_API.md).
3232
3333
## At a glance
3434

0 commit comments

Comments
 (0)