From a1e70c93b9e995e27261812df251ba10b160201f Mon Sep 17 00:00:00 2001 From: Jeffrey Cafferata Date: Thu, 30 Nov 2023 19:53:35 +0100 Subject: [PATCH] DOCS: Fix `R53_` broken links (#2669) --- documentation/SUMMARY.md | 2 +- documentation/functions/domain/R53_ALIAS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/SUMMARY.md b/documentation/SUMMARY.md index 44034380e..5893be97f 100644 --- a/documentation/SUMMARY.md +++ b/documentation/SUMMARY.md @@ -90,7 +90,7 @@ * Service Provider specific * Amazon Route 53 * [R53_ZONE](functions/record/R53_ZONE.md) - * [R53_EVALUATE_TARGET_HEALTH](functions/record/R53_EVALUATE_TARGET_HEALTH.md) + * [R53_EVALUATE_TARGET_HEALTH](functions/record/R53\_EVALUATE\_TARGET\_HEALTH.md) * [Why CNAME/MX/NS targets require a "dot"](why-the-dot.md) ## Service Providers diff --git a/documentation/functions/domain/R53_ALIAS.md b/documentation/functions/domain/R53_ALIAS.md index cd0e3737f..d247f4e8b 100644 --- a/documentation/functions/domain/R53_ALIAS.md +++ b/documentation/functions/domain/R53_ALIAS.md @@ -39,7 +39,7 @@ The zone id can be found depending on the target type: * _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) * _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). -Target health evaluation can be enabled with the [`R53_EVALUATE_TARGET_HEALTH`](../record/R53_EVALUATE_TARGET_HEALTH.md) record modifier. +Target health evaluation can be enabled with the [`R53_EVALUATE_TARGET_HEALTH`](../record/R53\_EVALUATE\_TARGET\_HEALTH.md) record modifier. {% code title="dnsconfig.js" %} ```javascript