mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
DOCS: Replace stackexchange.github.io (#2004)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
committed by
GitHub
parent
6cc260ee17
commit
430568c8f8
@ -33,7 +33,7 @@ var _ = cmd(catUtils, func() *cli.Command {
|
||||
// NB(tlim): In v4.0 this "if" can be removed.
|
||||
fmt.Fprintf(os.Stderr, "WARNING: To retain compatibility in future versions, please change %q to %q. See %q\n",
|
||||
arg1, "-",
|
||||
"https://stackexchange.github.io/dnscontrol/get-zones.html",
|
||||
"https://docs.dnscontrol.org/commands/get-zones",
|
||||
)
|
||||
}
|
||||
|
||||
|
@ -290,7 +290,7 @@ func InitializeProviders(cfg *models.DNSConfig, providerConfigs map[string]map[s
|
||||
const providerTypeFieldName = "TYPE"
|
||||
|
||||
// url is the documentation URL to list in the warnings related to missing provider type ids.
|
||||
const url = "https://stackexchange.github.io/dnscontrol/creds-json"
|
||||
const url = "https://docs.dnscontrol.org/commands/creds-json"
|
||||
|
||||
// populateProviderTypes scans a DNSConfig for blank provider types and fills them in based on providerConfigs.
|
||||
// That is, if the provider type is "-" or "", we take that as an flag
|
||||
|
Reference in New Issue
Block a user