diff --git a/commands/types/dnscontrol.d.ts b/commands/types/dnscontrol.d.ts index 2241ca104..ce8751697 100644 --- a/commands/types/dnscontrol.d.ts +++ b/commands/types/dnscontrol.d.ts @@ -841,8 +841,8 @@ declare const NO_PURGE: DomainModifier; /** * NS adds a NS record to the domain. The name should be the relative label for the domain. * - * The name may not be `@` (the bare domain), as that is controlled via `NAMESERVER()`. - * The difference between `NS()` and `NAMESERVER()` is explained in the `NAMESERVER()` description. + * The name may not be `@` (the bare domain), as that is controlled via [`NAMESERVER()`](NAMESERVER.md). + * The difference between `NS()` and [`NAMESERVER()`](NAMESERVER.md) is explained in the [`NAMESERVER()` description](NAMESERVER.md). * * Target should be a string representing the NS target. If it is a single label we will assume it is a relative name on the current domain. If it contains *any* dots, it should be a fully qualified domain name, ending with a `.`. * diff --git a/documentation/functions/domain/NS.md b/documentation/functions/domain/NS.md index 65e3e1a4d..66aea4dfa 100644 --- a/documentation/functions/domain/NS.md +++ b/documentation/functions/domain/NS.md @@ -12,8 +12,8 @@ parameter_types: NS adds a NS record to the domain. The name should be the relative label for the domain. -The name may not be `@` (the bare domain), as that is controlled via `NAMESERVER()`. -The difference between `NS()` and `NAMESERVER()` is explained in the `NAMESERVER()` description. +The name may not be `@` (the bare domain), as that is controlled via [`NAMESERVER()`](NAMESERVER.md). +The difference between `NS()` and [`NAMESERVER()`](NAMESERVER.md) is explained in the [`NAMESERVER()` description](NAMESERVER.md). Target should be a string representing the NS target. If it is a single label we will assume it is a relative name on the current domain. If it contains *any* dots, it should be a fully qualified domain name, ending with a `.`.