DOCS: language-reference/D: fix broken link (#3486)

This commit is contained in:
Alfonso Montero López 2025-03-10 15:34:38 +01:00 committed by GitHub
parent f281698124
commit 1e5acba8e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ add records with [A](../domain-modifiers/A.md), [CNAME](../domain-modifiers/CNAM
Modifier arguments are processed according to type as follows:
- A function argument will be called with the domain object as it's only argument. Most of the [built-in modifier functions](https://docs.dnscontrol.org/language-reference/domain-modifiers-modifiers) return such functions.
- A function argument will be called with the domain object as it's only argument. Most of the [built-in modifier functions](https://docs.dnscontrol.org/language-reference/domain-modifiers) return such functions.
- An object argument will be merged into the domain's metadata collection.
- An array argument will have all of it's members evaluated recursively. This allows you to combine multiple common records or modifiers into a variable that can
be used like a macro in multiple domains.