From c520471ab7e1c3ce44e106b4248f33d84943233a Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Thu, 21 Dec 2017 09:33:21 -0500 Subject: [PATCH] doc: Fix path to providers stuff. --- docs/adding-new-rtypes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adding-new-rtypes.md b/docs/adding-new-rtypes.md index c07961dc9..8da84c7ce 100644 --- a/docs/adding-new-rtypes.md +++ b/docs/adding-new-rtypes.md @@ -50,7 +50,7 @@ You'll need to mark which providers support this record type. The initial PR should implement this record for the `bind` provider at a minimum. -* Add the capability to the file `dnscontrol/providers/providers.go` (look for `CanUseAlias` and add +* Add the capability to the file `dnscontrol/providers/capabilities.go` (look for `CanUseAlias` and add it to the end of the list.) * Mark the `bind` provider as supporting this record type by updating `dnscontrol/providers/bind/bindProvider.go` (look for `providers.CanUs` and you'll see what to do).