From 56dce298147fa47ddc833a36f13c2682c3d3396d Mon Sep 17 00:00:00 2001 From: Jeffrey Cafferata Date: Thu, 11 Jan 2024 20:10:24 +0100 Subject: [PATCH] DOCS: Fixed the broken `CAA_BUILDER()` link (after the rename from GitHub pull request https://github.com/StackExchange/dnscontrol/pull/2583). --- 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 bcea062022..d7864cea79 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.