Skip to content

Commit e0e32ca

Browse files
authoredFeb 17, 2025··
DOCS: fix broken links (#3437)
1 parent e91289b commit e0e32ca

File tree

10 files changed

+82
-82
lines changed

10 files changed

+82
-82
lines changed
 

‎build/generate/featureMatrix.go

+16-16
Original file line numberDiff line numberDiff line change
@@ -76,22 +76,22 @@ func matrixData() *FeatureMatrix {
7676
ProviderDNSProvider = "DNS Provider"
7777
ProviderRegistrar = "Registrar"
7878
ProviderThreadSafe = "Concurrency Verified"
79-
DomainModifierAlias = "[`ALIAS`](language-reference/domain-modifiers/ALIAS.md)"
80-
DomainModifierCaa = "[`CAA`](language-reference/domain-modifiers/CAA.md)"
81-
DomainModifierDnssec = "[`AUTODNSSEC`](language-reference/domain-modifiers/AUTODNSSEC_ON.md)"
82-
DomainModifierHTTPS = "[`HTTPS`](language-reference/domain-modifiers/HTTPS.md)"
83-
DomainModifierLoc = "[`LOC`](language-reference/domain-modifiers/LOC.md)"
84-
DomainModifierNaptr = "[`NAPTR`](language-reference/domain-modifiers/NAPTR.md)"
85-
DomainModifierPtr = "[`PTR`](language-reference/domain-modifiers/PTR.md)"
86-
DomainModifierSoa = "[`SOA`](language-reference/domain-modifiers/SOA.md)"
87-
DomainModifierSrv = "[`SRV`](language-reference/domain-modifiers/SRV.md)"
88-
DomainModifierSshfp = "[`SSHFP`](language-reference/domain-modifiers/SSHFP.md)"
89-
DomainModifierSvcb = "[`SVCB`](language-reference/domain-modifiers/SVCB.md)"
90-
DomainModifierTlsa = "[`TLSA`](language-reference/domain-modifiers/TLSA.md)"
91-
DomainModifierDs = "[`DS`](language-reference/domain-modifiers/DS.md)"
92-
DomainModifierDhcid = "[`DHCID`](language-reference/domain-modifiers/DHCID.md)"
93-
DomainModifierDname = "[`DNAME`](language-reference/domain-modifiers/DNAME.md)"
94-
DomainModifierDnskey = "[`DNSKEY`](language-reference/domain-modifiers/DNSKEY.md)"
79+
DomainModifierAlias = "[`ALIAS`](../language-reference/domain-modifiers/ALIAS.md)"
80+
DomainModifierCaa = "[`CAA`](../language-reference/domain-modifiers/CAA.md)"
81+
DomainModifierDnssec = "[`AUTODNSSEC`](../language-reference/domain-modifiers/AUTODNSSEC_ON.md)"
82+
DomainModifierHTTPS = "[`HTTPS`](../language-reference/domain-modifiers/HTTPS.md)"
83+
DomainModifierLoc = "[`LOC`](../language-reference/domain-modifiers/LOC.md)"
84+
DomainModifierNaptr = "[`NAPTR`](../language-reference/domain-modifiers/NAPTR.md)"
85+
DomainModifierPtr = "[`PTR`](../language-reference/domain-modifiers/PTR.md)"
86+
DomainModifierSoa = "[`SOA`](../language-reference/domain-modifiers/SOA.md)"
87+
DomainModifierSrv = "[`SRV`](../language-reference/domain-modifiers/SRV.md)"
88+
DomainModifierSshfp = "[`SSHFP`](../language-reference/domain-modifiers/SSHFP.md)"
89+
DomainModifierSvcb = "[`SVCB`](../language-reference/domain-modifiers/SVCB.md)"
90+
DomainModifierTlsa = "[`TLSA`](../language-reference/domain-modifiers/TLSA.md)"
91+
DomainModifierDs = "[`DS`](../language-reference/domain-modifiers/DS.md)"
92+
DomainModifierDhcid = "[`DHCID`](../language-reference/domain-modifiers/DHCID.md)"
93+
DomainModifierDname = "[`DNAME`](../language-reference/domain-modifiers/DNAME.md)"
94+
DomainModifierDnskey = "[`DNSKEY`](../language-reference/domain-modifiers/DNSKEY.md)"
9595
DualHost = "dual host"
9696
CreateDomains = "create-domains"
9797
GetZones = "get-zones"

‎commands/types/dnscontrol.d.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ declare function A(name: string, address: string | number, ...modifiers: RecordM
221221
declare function AAAA(name: string, address: string, ...modifiers: RecordModifier[]): DomainModifier;
222222

223223
/**
224-
* AKAMAICDN is a proprietary record type that is used to configure [Zone Apex Mapping](https://blogs.akamai.com/2019/08/fast-dns-zone-apex-mapping-dnssec.html).
224+
* AKAMAICDN is a proprietary record type that is used to configure [Zone Apex Mapping](https://www.akamai.com/blog/security/edge-dns--zone-apex-mapping---dnssec).
225225
* The AKAMAICDN target must be preconfigured in the Akamai network.
226226
*
227227
* @see https://docs.dnscontrol.org/language-reference/domain-modifiers/service-provider-specific/akamai-edge-dns/akamaicdn
@@ -475,7 +475,7 @@ declare function CAA_BUILDER(opts: { label?: string; iodef: string; iodef_critic
475475
* WARNING: Cloudflare is removing this feature and replacing it with a new
476476
* feature called "Dynamic Single Redirect". DNSControl will automatically
477477
* generate "Dynamic Single Redirects" for a limited number of use cases. See
478-
* [`CLOUDFLAREAPI`](../provider/cloudflareapi.md) for details.
478+
* [`CLOUDFLAREAPI`](../../provider/cloudflareapi.md) for details.
479479
*
480480
* `CF_REDIRECT` uses Cloudflare-specific features ("Forwarding URL" Page Rules) to
481481
* generate a HTTP 301 permanent redirect.
@@ -541,7 +541,7 @@ declare function CF_SINGLE_REDIRECT(name: string, code: number, when: string, th
541541
* WARNING: Cloudflare is removing this feature and replacing it with a new
542542
* feature called "Dynamic Single Redirect". DNSControl will automatically
543543
* generate "Dynamic Single Redirects" for a limited number of use cases. See
544-
* [`CLOUDFLAREAPI`](../provider/cloudflareapi.md) for details.
544+
* [`CLOUDFLAREAPI`](../../provider/cloudflareapi.md) for details.
545545
*
546546
* `CF_TEMP_REDIRECT` uses Cloudflare-specific features ("Forwarding URL" Page
547547
* Rules) to generate a HTTP 302 temporary redirect.
@@ -2484,7 +2484,7 @@ declare function PORKBUN_URLFWD(name: string, target: string, ...modifiers: Reco
24842484
*
24852485
* DNSControl does not automatically generate forward and reverse lookups. However
24862486
* it is possible to write a macro that does this by using the
2487-
* [`D_EXTEND()`](../global/D_EXTEND.md)
2487+
* [`D_EXTEND()`](../top-level-functions/D_EXTEND.md)
24882488
* function to insert `A` and `PTR` records into previously-defined domains.
24892489
*
24902490
* ```javascript
@@ -2678,7 +2678,7 @@ declare function R53_ZONE(zone_id: string): DomainModifier & RecordModifier;
26782678
*
26792679
* DNSControl does not automatically generate forward and reverse lookups. However
26802680
* it is possible to write a macro that does this. See
2681-
* [`PTR()`](../domain/PTR.md) for an example.
2681+
* [`PTR()`](../domain-modifiers/PTR.md) for an example.
26822682
*
26832683
* @see https://docs.dnscontrol.org/language-reference/top-level-functions/rev
26842684
*/

‎documentation/language-reference/domain-modifiers/AKAMAICDN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ parameter_types:
1111
"modifiers...": RecordModifier[]
1212
---
1313

14-
AKAMAICDN is a proprietary record type that is used to configure [Zone Apex Mapping](https://blogs.akamai.com/2019/08/fast-dns-zone-apex-mapping-dnssec.html).
14+
AKAMAICDN is a proprietary record type that is used to configure [Zone Apex Mapping](https://www.akamai.com/blog/security/edge-dns--zone-apex-mapping---dnssec).
1515
The AKAMAICDN target must be preconfigured in the Akamai network.

‎documentation/language-reference/domain-modifiers/CF_REDIRECT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ parameter_types:
1515
WARNING: Cloudflare is removing this feature and replacing it with a new
1616
feature called "Dynamic Single Redirect". DNSControl will automatically
1717
generate "Dynamic Single Redirects" for a limited number of use cases. See
18-
[`CLOUDFLAREAPI`](../provider/cloudflareapi.md) for details.
18+
[`CLOUDFLAREAPI`](../../provider/cloudflareapi.md) for details.
1919
{% endhint %}
2020

2121
`CF_REDIRECT` uses Cloudflare-specific features ("Forwarding URL" Page Rules) to

‎documentation/language-reference/domain-modifiers/CF_TEMP_REDIRECT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ parameter_types:
1515
**WARNING**: Cloudflare is removing this feature and replacing it with a new
1616
feature called "Dynamic Single Redirect". DNSControl will automatically
1717
generate "Dynamic Single Redirects" for a limited number of use cases. See
18-
[`CLOUDFLAREAPI`](../provider/cloudflareapi.md) for details.
18+
[`CLOUDFLAREAPI`](../../provider/cloudflareapi.md) for details.
1919
{% endhint %}
2020

2121
`CF_TEMP_REDIRECT` uses Cloudflare-specific features ("Forwarding URL" Page

‎documentation/language-reference/domain-modifiers/PTR.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ D(REV("2001:db8:302::/48"), REGISTRAR, DnsProvider(BIND),
9595

9696
DNSControl does not automatically generate forward and reverse lookups. However
9797
it is possible to write a macro that does this by using the
98-
[`D_EXTEND()`](../global/D_EXTEND.md)
98+
[`D_EXTEND()`](../top-level-functions/D_EXTEND.md)
9999
function to insert `A` and `PTR` records into previously-defined domains.
100100

101101
{% code title="dnsconfig.js" %}

‎documentation/language-reference/top-level-functions/REV.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ D(REV("2001:db8:302::/48"), REGISTRAR, DnsProvider(BIND),
7878
7979
DNSControl does not automatically generate forward and reverse lookups. However
8080
it is possible to write a macro that does this. See
81-
[`PTR()`](../domain/PTR.md) for an example.
81+
[`PTR()`](../domain-modifiers/PTR.md) for an example.

‎documentation/provider/cloudflareapi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This method is enabled by setting the `apitoken` value in `creds.json`:
5454
{% endcode %}
5555

5656
* `accountid` is found in the Cloudflare portal ("Account ID") on any "Website" page. Click on any site and you'll see the "Account ID" on the lower right side of the page.
57-
* `apitoken` is something you must create. See [Cloudflare's documentation](https://support.cloudflare.com/hc/en-us/articles/200167836-Managing-API-Tokens-and-Keys) for instructions on how to generate and configure permissions on API tokens. (Spoiler alert: [link](https://dash.cloudflare.com/profile/api-tokens). The token must be granted rights (authorization to do certain tasks) at a very granular level.
57+
* `apitoken` is something you must create. See [Cloudflare's documentation](https://developers.cloudflare.com/fundamentals/api/get-started/create-token/) for instructions on how to generate and configure permissions on API tokens. (Spoiler alert: [link](https://dash.cloudflare.com/profile/api-tokens). The token must be granted rights (authorization to do certain tasks) at a very granular level.
5858

5959
DNSControl requires the token to have the following permissions:
6060

‎documentation/provider/index.md

+54-54
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ a provider that supports it, we'd love your contribution to ensure it works corr
1212
If a feature is definitively not supported for whatever reason, we would also like a PR to clarify why it is not supported, and fill in this entire matrix.
1313

1414
<!-- provider-matrix-start -->
15-
| Provider name | Official Support | DNS Provider | Registrar | Concurrency Verified | [`ALIAS`](language-reference/domain-modifiers/ALIAS.md) | [`CAA`](language-reference/domain-modifiers/CAA.md) | [`AUTODNSSEC`](language-reference/domain-modifiers/AUTODNSSEC_ON.md) | [`HTTPS`](language-reference/domain-modifiers/HTTPS.md) | [`LOC`](language-reference/domain-modifiers/LOC.md) | [`NAPTR`](language-reference/domain-modifiers/NAPTR.md) | [`PTR`](language-reference/domain-modifiers/PTR.md) | [`SOA`](language-reference/domain-modifiers/SOA.md) | [`SRV`](language-reference/domain-modifiers/SRV.md) | [`SSHFP`](language-reference/domain-modifiers/SSHFP.md) | [`SVCB`](language-reference/domain-modifiers/SVCB.md) | [`TLSA`](language-reference/domain-modifiers/TLSA.md) | [`DS`](language-reference/domain-modifiers/DS.md) | [`DHCID`](language-reference/domain-modifiers/DHCID.md) | [`DNAME`](language-reference/domain-modifiers/DNAME.md) | [`DNSKEY`](language-reference/domain-modifiers/DNSKEY.md) | dual host | create-domains | get-zones |
16-
| ------------- | ---------------- | ------------ | --------- | -------------------- | ------------------------------------------------------- | --------------------------------------------------- | -------------------------------------------------------------------- | ------------------------------------------------------- | --------------------------------------------------- | ------------------------------------------------------- | --------------------------------------------------- | --------------------------------------------------- | --------------------------------------------------- | ------------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | --------------------------------------------------------- | --------- | -------------- | --------- |
15+
| Provider name | Official Support | DNS Provider | Registrar | Concurrency Verified | [`ALIAS`](../language-reference/domain-modifiers/ALIAS.md) | [`CAA`](../language-reference/domain-modifiers/CAA.md) | [`AUTODNSSEC`](../language-reference/domain-modifiers/AUTODNSSEC_ON.md) | [`HTTPS`](../language-reference/domain-modifiers/HTTPS.md) | [`LOC`](../language-reference/domain-modifiers/LOC.md) | [`NAPTR`](../language-reference/domain-modifiers/NAPTR.md) | [`PTR`](../language-reference/domain-modifiers/PTR.md) | [`SOA`](../language-reference/domain-modifiers/SOA.md) | [`SRV`](../language-reference/domain-modifiers/SRV.md) | [`SSHFP`](../language-reference/domain-modifiers/SSHFP.md) | [`SVCB`](../language-reference/domain-modifiers/SVCB.md) | [`TLSA`](../language-reference/domain-modifiers/TLSA.md) | [`DS`](../language-reference/domain-modifiers/DS.md) | [`DHCID`](../language-reference/domain-modifiers/DHCID.md) | [`DNAME`](../language-reference/domain-modifiers/DNAME.md) | [`DNSKEY`](../language-reference/domain-modifiers/DNSKEY.md) | dual host | create-domains | get-zones |
16+
| ------------- | ---------------- | ------------ | --------- | -------------------- | ---------------------------------------------------------- | ------------------------------------------------------ | ----------------------------------------------------------------------- | ---------------------------------------------------------- | ------------------------------------------------------ | ---------------------------------------------------------- | ------------------------------------------------------ | ------------------------------------------------------ | ------------------------------------------------------ | ---------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ------------------------------------------------------------ | --------- | -------------- | --------- |
1717
| [`AKAMAIEDGEDNS`](akamaiedgedns.md) ||||||||||||||||||||||||
1818
| [`AUTODNS`](autodns.md) ||||||||||||||||||||||||
1919
| [`AXFRDDNS`](axfrddns.md) ||||||||||||||||||||||||
@@ -82,13 +82,13 @@ Providers in this category and their maintainers are:
8282

8383
|Name|Maintainer|
8484
|---|---|
85-
|[`AZURE_DNS`](provider/azure_dns.md)|@vatsalyagoel|
86-
|[`BIND`](provider/bind.md)|@tlimoncelli|
87-
|[`CLOUDFLAREAPI`](provider/cloudflareapi.md)|@tresni|
88-
|[`CSCGLOBAL`](provider/cscglobal.md)|@mikenz|
89-
|[`GCLOUD`](provider/gcloud.md)|@riyadhalnur|
90-
|[`MSDNS`](provider/msdns.md)|@tlimoncelli|
91-
|[`ROUTE53`](provider/route53.md)|@tresni|
85+
|[`AZURE_DNS`](azure_dns.md)|@vatsalyagoel|
86+
|[`BIND`](bind.md)|@tlimoncelli|
87+
|[`CLOUDFLAREAPI`](cloudflareapi.md)|@tresni|
88+
|[`CSCGLOBAL`](cscglobal.md)|@mikenz|
89+
|[`GCLOUD`](gcloud.md)|@riyadhalnur|
90+
|[`MSDNS`](msdns.md)|@tlimoncelli|
91+
|[`ROUTE53`](route53.md)|@tresni|
9292

9393
### Providers with "contributor support"
9494

@@ -112,50 +112,50 @@ Providers in this category and their maintainers are:
112112

113113
|Name|Maintainer|
114114
|---|---|
115-
|[`AZURE_PRIVATE_DNS`](provider/azure_private_dns.md)|@matthewmgamble|
116-
|[`AKAMAIEDGEDNS`](provider/akamaiedgedns.md)|@edglynes|
117-
|[`AXFRDDNS`](provider/axfrddns.md)|@hnrgrgr|
118-
|[`BUNNY_DNS`](provider/bunny_dns.md)|@ppmathis|
119-
|[`CLOUDFLAREAPI`](provider/cloudflareapi.md)|@tresni|
120-
|[`CLOUDNS`](provider/cloudns.md)|@pragmaton|
121-
|[`CNR`](provider/cnr.md)|@KaiSchwarz-cnic|
122-
|[`CSCGLOBAL`](provider/cscglobal.md)|@Air-New-Zealand|
123-
|[`DESEC`](provider/desec.md)|@D3luxee|
124-
|[`DIGITALOCEAN`](provider/digitalocean.md)|@Deraen|
125-
|[`DNSIMPLE`](provider/dnsimple.md)|@onlyhavecans|
126-
|[`DNSMADEEASY`](provider/dnsmadeeasy.md)|@vojtad|
127-
|[`DNSOVERHTTPS`](provider/dnsoverhttps.md)|@mikenz|
128-
|[`DOMAINNAMESHOP`](provider/domainnameshop.md)|@SimenBai|
129-
|[`EASYNAME`](provider/easyname.md)|@tresni|
130-
|[`EXOSCALE`](provider/exoscale.md)|@pierre-emmanuelJ|
131-
|[`GANDI_V5`](provider/gandi_v5.md)|@TomOnTime|
132-
|[`GCORE`](provider/gcore.md)|@xddxdd|
133-
|[`HEDNS`](provider/hedns.md)|@rblenkinsopp|
134-
|[`HETZNER`](provider/hetzner.md)|@das7pad|
135-
|[`HEXONET`](provider/hexonet.md)|@KaiSchwarz-cnic|
136-
|[`HOSTINGDE`](provider/hostingde.md)|@membero|
137-
|[`HUAWEICLOUD`](provider/huaweicloud.md)|@huihuimoe|
138-
|[`INTERNETBS`](provider/internetbs.md)|@pragmaton|
139-
|[`INWX`](provider/inwx.md)|@patschi|
140-
|[`LINODE`](provider/linode.md)|@koesie10|
141-
|[`LOOPIA`](provider/loopia.md)|@systemcrash|
142-
|[`LUADNS`](provider/luadns.md)|@riku22|
143-
|[`NAMECHEAP`](provider/namecheap.md)|@willpower232|
144-
|[`NETCUP`](provider/netcup.md)|@kordianbruck|
145-
|[`NETLIFY`](provider/netlify.md)|@SphericalKat|
146-
|[`NS1`](provider/ns1.md)|@costasd|
147-
|[`OPENSRS`](provider/opensrs.md)|@philhug|
148-
|[`ORACLE`](provider/oracle.md)|@kallsyms|
149-
|[`OVH`](provider/ovh.md)|@masterzen|
150-
|[`PACKETFRAME`](provider/packetframe.md)|@hamptonmoore|
151-
|[`POWERDNS`](provider/powerdns.md)|@jpbede|
152-
|[`REALTIMEREGISTER`](provider/realtimeregister.md)|@PJEilers|
153-
|[`ROUTE53`](provider/route53.md)|@tresni|
154-
|[`RWTH`](provider/rwth.md)|@MisterErwin|
155-
|[`SAKURACLOUD`](provider/sakuracloud.md)|@ttkzw|
156-
|[`SOFTLAYER`](provider/softlayer.md)|@jamielennox|
157-
|[`TRANSIP`](provider/transip.md)|@blackshadev|
158-
|[`VULTR`](provider/vultr.md)|@pgaskin|
115+
|[`AZURE_PRIVATE_DNS`](azure_private_dns.md)|@matthewmgamble|
116+
|[`AKAMAIEDGEDNS`](akamaiedgedns.md)|@edglynes|
117+
|[`AXFRDDNS`](axfrddns.md)|@hnrgrgr|
118+
|[`BUNNY_DNS`](bunny_dns.md)|@ppmathis|
119+
|[`CLOUDFLAREAPI`](cloudflareapi.md)|@tresni|
120+
|[`CLOUDNS`](cloudns.md)|@pragmaton|
121+
|[`CNR`](cnr.md)|@KaiSchwarz-cnic|
122+
|[`CSCGLOBAL`](cscglobal.md)|@Air-New-Zealand|
123+
|[`DESEC`](desec.md)|@D3luxee|
124+
|[`DIGITALOCEAN`](digitalocean.md)|@Deraen|
125+
|[`DNSIMPLE`](dnsimple.md)|@onlyhavecans|
126+
|[`DNSMADEEASY`](dnsmadeeasy.md)|@vojtad|
127+
|[`DNSOVERHTTPS`](dnsoverhttps.md)|@mikenz|
128+
|[`DOMAINNAMESHOP`](domainnameshop.md)|@SimenBai|
129+
|[`EASYNAME`](easyname.md)|@tresni|
130+
|[`EXOSCALE`](exoscale.md)|@pierre-emmanuelJ|
131+
|[`GANDI_V5`](gandi_v5.md)|@TomOnTime|
132+
|[`GCORE`](gcore.md)|@xddxdd|
133+
|[`HEDNS`](hedns.md)|@rblenkinsopp|
134+
|[`HETZNER`](hetzner.md)|@das7pad|
135+
|[`HEXONET`](hexonet.md)|@KaiSchwarz-cnic|
136+
|[`HOSTINGDE`](hostingde.md)|@membero|
137+
|[`HUAWEICLOUD`](huaweicloud.md)|@huihuimoe|
138+
|[`INTERNETBS`](internetbs.md)|@pragmaton|
139+
|[`INWX`](inwx.md)|@patschi|
140+
|[`LINODE`](linode.md)|@koesie10|
141+
|[`LOOPIA`](loopia.md)|@systemcrash|
142+
|[`LUADNS`](luadns.md)|@riku22|
143+
|[`NAMECHEAP`](namecheap.md)|@willpower232|
144+
|[`NETCUP`](netcup.md)|@kordianbruck|
145+
|[`NETLIFY`](netlify.md)|@SphericalKat|
146+
|[`NS1`](ns1.md)|@costasd|
147+
|[`OPENSRS`](opensrs.md)|@philhug|
148+
|[`ORACLE`](oracle.md)|@kallsyms|
149+
|[`OVH`](ovh.md)|@masterzen|
150+
|[`PACKETFRAME`](packetframe.md)|@hamptonmoore|
151+
|[`POWERDNS`](powerdns.md)|@jpbede|
152+
|[`REALTIMEREGISTER`](realtimeregister.md)|@PJEilers|
153+
|[`ROUTE53`](route53.md)|@tresni|
154+
|[`RWTH`](rwth.md)|@MisterErwin|
155+
|[`SAKURACLOUD`](sakuracloud.md)|@ttkzw|
156+
|[`SOFTLAYER`](softlayer.md)|@jamielennox|
157+
|[`TRANSIP`](transip.md)|@blackshadev|
158+
|[`VULTR`](vultr.md)|@pgaskin|
159159

160160
### Requested providers
161161

@@ -181,7 +181,7 @@ code to support this provider, we'd be glad to help in any way.
181181

182182
#### Q: Why are the above GitHub issues marked "closed"?
183183

184-
A: Following [the bug triage process](bug-triage.md), the request
184+
A: Following [the bug triage process](../bug-triage.md), the request
185185
is closed once it is added to this list. If someone chooses to implement the
186186
provider, they re-open the issue.
187187

‎documentation/provider/route53.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ D("testzone.net!public", REG_NONE,
105105
{% endcode %}
106106

107107
## Activation
108-
DNSControl depends on a standard [AWS access key](https://aws.amazon.com/developers/access-keys/) with permission to list, create and update hosted zones. If you do not have the permissions required you will receive the following error message `Check your credentials, your not authorized to perform actions on Route 53 AWS Service`.
108+
DNSControl depends on a standard [AWS access key](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html) with permission to list, create and update hosted zones. If you do not have the permissions required you will receive the following error message `Check your credentials, your not authorized to perform actions on Route 53 AWS Service`.
109109

110110
You can apply the `AmazonRoute53FullAccess` policy however this includes access to many other areas of AWS. The minimum permissions required are as follows:
111111

0 commit comments

Comments
 (0)
Please sign in to comment.