diff --git a/documentation/functions/domain/CAA.md b/documentation/functions/domain/CAA.md index bcea06202..d7864cea7 100644 --- a/documentation/functions/domain/CAA.md +++ b/documentation/functions/domain/CAA.md @@ -38,4 +38,4 @@ D("example.com", REG_MY_PROVIDER, DnsProvider(DSP_MY_PROVIDER), ``` {% endcode %} -DNSControl contains a [`CAA_BUILDER`](../record/CAA_BUILDER.md) which can be used to simply create `CAA()` records for your domains. Instead of creating each CAA record individually, you can simply configure your report mail address, the authorized certificate authorities and the builder cares about the rest. +DNSControl contains a [`CAA_BUILDER`](CAA_BUILDER.md) which can be used to simply create `CAA()` records for your domains. Instead of creating each CAA record individually, you can simply configure your report mail address, the authorized certificate authorities and the builder cares about the rest.