Skip to content

Commit a1e70c9

Browse files
authored
DOCS: Fix R53_ broken links (#2669)
1 parent a653499 commit a1e70c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
* Service Provider specific
9191
* Amazon Route 53
9292
* [R53_ZONE](functions/record/R53_ZONE.md)
93-
* [R53_EVALUATE_TARGET_HEALTH](functions/record/R53_EVALUATE_TARGET_HEALTH.md)
93+
* [R53_EVALUATE_TARGET_HEALTH](functions/record/R53\_EVALUATE\_TARGET\_HEALTH.md)
9494
* [Why CNAME/MX/NS targets require a "dot"](why-the-dot.md)
9595

9696
## Service Providers

documentation/functions/domain/R53_ALIAS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The zone id can be found depending on the target type:
3939
* _S3 bucket_ (configured as website): specify the hosted zone ID for the region that you created the bucket in. You can find it in [the List of regions and hosted Zone IDs](https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region)
4040
* _Another Route 53 record_: you can either specify the correct zone id or do not specify anything and DNSControl will figure out the right zone id. (Note: Route53 alias can't reference a record in a different zone).
4141

42-
Target health evaluation can be enabled with the [`R53_EVALUATE_TARGET_HEALTH`](../record/R53_EVALUATE_TARGET_HEALTH.md) record modifier.
42+
Target health evaluation can be enabled with the [`R53_EVALUATE_TARGET_HEALTH`](../record/R53\_EVALUATE\_TARGET\_HEALTH.md) record modifier.
4343

4444
{% code title="dnsconfig.js" %}
4545
```javascript

0 commit comments

Comments
 (0)