Skip to content

Commit

Permalink
DOCS: Fixed the broken CAA_BUILDER() link (after the rename from Gi…
Browse files Browse the repository at this point in the history
…tHub pull request StackExchange#2583).
  • Loading branch information
cafferata committed Jan 11, 2024
1 parent c1c59f7 commit 56dce29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/functions/domain/CAA.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 56dce29

Please sign in to comment.