From 82d6a9b124dc81f584f909464c70a564582884c9 Mon Sep 17 00:00:00 2001 From: Jeffrey Cafferata Date: Thu, 11 Jan 2024 20:34:54 +0100 Subject: [PATCH] DOCS: Fixed the broken `CAA_BUILDER()` link (#2790) --- documentation/functions/domain/CAA.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.