From 22c63a4a0c2097ce6b312133b568483aa806e588 Mon Sep 17 00:00:00 2001 From: Joe Snell Date: Tue, 28 Jul 2020 08:17:33 -0500 Subject: [PATCH] fix missing link --- docs/reference/resources/dns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/resources/dns.md b/docs/reference/resources/dns.md index b041be6..250648d 100644 --- a/docs/reference/resources/dns.md +++ b/docs/reference/resources/dns.md @@ -1,6 +1,6 @@ # DNS -The [DNS API Operations]() have been grouped under the `Domain` object. The reason for this is you cannot perform a DNS operation without specifying the associated domain. +The [DNS API Operations](https://vercel.com/docs/api#endpoints/dns) have been grouped under the `Domain` object. The reason for this is you cannot perform a DNS operation without specifying the associated domain. Requiring a `Domain` object first allows the API to remain simple and expected.