Skip to content

Commit f30bb2a

Browse files
update
1 parent cb0727b commit f30bb2a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ new route53.ARecord(this, 'ARecord', {
107107
To create an A record of type alias with target set to another record created outside CDK:
108108

109109
This function registers the given input i.e. DNS Name(string) of an existing record as an AliasTarget to the new ARecord. To register a target that is created as part of CDK use this instead.
110-
Detail information is documented at <https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_route53_targets-readme.html>.
110+
111+
Detailed information can be found in the [documentation](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_route53_targets-readme.html).
111112

112113
```ts
113114
declare const myZone: route53.HostedZone;

0 commit comments

Comments
 (0)