DNSControl updates their documentation location to a dedicated subdomain
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2023-01-20 15:07:13 +01:00
parent ff7ecb96bc
commit 8ae4062978

View File

@ -78,7 +78,7 @@ func RegisterProvider(creator ProviderCreator, infos ProviderInfos) {
log.Println("Registering new provider:", name)
infos.Capabilities = GetProviderCapabilities(prvInstance)
infos.HelpLink = "https://stackexchange.github.io/dnscontrol/providers/" + strings.ToLower(prvInstance.DNSControlName())
infos.HelpLink = "https://docs.dnscontrol.org/service-providers/providers/" + strings.ToLower(prvInstance.DNSControlName())
providersList[name] = Provider{
creator,