Skip to content

Commit 0f62b21

Browse files
authored
docs: fix typo and use HTTPS for AWS links in README files (#37371)
### Reason for this change Fix a duplicate word typo and replace `http://` with `https://` for AWS links in README files. ### Description of changes - `the the` → `the` (aws-ec2-alpha README) - `http://aws.amazon.com/iam/` → `https://` (aws-cognito-identitypool README) - `http://aws.amazon.com/cloudwatch/pricing/` → `https://` (aws-ec2 README) - `http://docs.aws.amazon.com/mediaconvert/` → `https://` (aws-stepfunctions-tasks README) ### Description of how you validated changes Documentation-only changes. No functional impact. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
1 parent 0762237 commit 0f62b21

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/@aws-cdk/aws-ec2-alpha/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ You can import an existing VPC and its subnets using the `VpcV2.fromVpcV2Attribu
584584

585585
To import an existing VPC, use the `VpcV2.fromVpcV2Attributes()` method. You'll need to provide the VPC ID, primary CIDR block, and information about the subnets. You can import secondary address as well created through IPAM, BYOIP(IPv4) or enabled through Amazon Provided IPv6. You must provide VPC Id and its primary CIDR block for importing it.
586586

587-
If you wish to add a new subnet to imported VPC, new subnet's IP range(IPv4) will be validated against provided secondary and primary address block to confirm that it is within the the range of VPC.
587+
If you wish to add a new subnet to imported VPC, new subnet's IP range(IPv4) will be validated against provided secondary and primary address block to confirm that it is within the range of VPC.
588588

589589
Here's an example of importing a VPC with only the required parameters
590590

packages/aws-cdk-lib/aws-cognito-identitypool/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Pools, OpenIdConnect, or SAML. Only one provider per external service can be att
187187

188188
[OpenID Connect](https://docs.aws.amazon.com/cognito/latest/developerguide/open-id.html) is an open standard for
189189
authentication that is supported by a number of login providers. Amazon Cognito supports linking of identities with
190-
OpenID Connect providers that are configured through [AWS Identity and Access Management](http://aws.amazon.com/iam/).
190+
OpenID Connect providers that are configured through [AWS Identity and Access Management](https://aws.amazon.com/iam/).
191191

192192
An identity provider that supports [Security Assertion Markup Language 2.0 (SAML 2.0)](https://docs.aws.amazon.com/cognito/latest/developerguide/saml-identity-provider.html) can be used to provide a simple
193193
onboarding flow for users. The SAML-supporting identity provider specifies the IAM roles that can be assumed by users

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2638,7 +2638,7 @@ Please note this feature does not support Launch Configurations.
26382638

26392639
## Detailed Monitoring
26402640

2641-
The following demonstrates how to enable [Detailed Monitoring](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-cloudwatch-new.html) for an EC2 instance. Keep in mind that Detailed Monitoring results in [additional charges](http://aws.amazon.com/cloudwatch/pricing/).
2641+
The following demonstrates how to enable [Detailed Monitoring](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-cloudwatch-new.html) for an EC2 instance. Keep in mind that Detailed Monitoring results in [additional charges](https://aws.amazon.com/cloudwatch/pricing/).
26422642

26432643
```ts
26442644
declare const vpc: ec2.Vpc;

packages/aws-cdk-lib/aws-stepfunctions-tasks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1759,7 +1759,7 @@ Step Functions supports [AWS MediaConvert](https://docs.aws.amazon.com/step-func
17591759
### CreateJob
17601760

17611761
The [CreateJob](https://docs.aws.amazon.com/mediaconvert/latest/apireference/jobs.html#jobspost) API creates a new transcoding job.
1762-
For information about jobs and job settings, see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
1762+
For information about jobs and job settings, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
17631763

17641764
You can call the `CreateJob` API from a `Task` state. Optionally you can specify the `integrationPattern`.
17651765

0 commit comments

Comments
 (0)