mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-11-10 09:12:47 +08:00
DOCS: Fix R53_
broken links (#2669)
This commit is contained in:
parent
a653499655
commit
a1e70c93b9
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue