Skip to content

Commit 6bb8133

Browse files
sam-githubMylesBorins
authored andcommitted
doc: sort bottom-of-file dns markdown links
PR-URL: #14992 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent a06d129 commit 6bb8133

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/api/dns.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -644,10 +644,12 @@ They do not use the same set of configuration files than what [`dns.lookup()`][]
644644
uses. For instance, _they do not use the configuration from `/etc/hosts`_.
645645

646646
[`Error`]: errors.html#errors_class_error
647+
[`dns.getServers()`]: #dns_dns_getservers
647648
[`dns.lookup()`]: #dns_dns_lookup_hostname_options_callback
648649
[`dns.resolve()`]: #dns_dns_resolve_hostname_rrtype_callback
649650
[`dns.resolve4()`]: #dns_dns_resolve4_hostname_options_callback
650651
[`dns.resolve6()`]: #dns_dns_resolve6_hostname_options_callback
652+
[`dns.resolveAny()`]: #dns_dns_resolveany_hostname_callback
651653
[`dns.resolveCname()`]: #dns_dns_resolvecname_hostname_callback
652654
[`dns.resolveMx()`]: #dns_dns_resolvemx_hostname_callback
653655
[`dns.resolveNaptr()`]: #dns_dns_resolvenaptr_hostname_callback
@@ -656,13 +658,11 @@ uses. For instance, _they do not use the configuration from `/etc/hosts`_.
656658
[`dns.resolveSoa()`]: #dns_dns_resolvesoa_hostname_callback
657659
[`dns.resolveSrv()`]: #dns_dns_resolvesrv_hostname_callback
658660
[`dns.resolveTxt()`]: #dns_dns_resolvetxt_hostname_callback
659-
[`dns.resolveAny()`]: #dns_dns_resolveany_hostname_callback
660-
[`dns.getServers()`]: #dns_dns_getservers
661-
[`dns.setServers()`]: #dns_dns_setservers_servers
662661
[`dns.reverse()`]: #dns_dns_reverse_ip_callback
662+
[`dns.setServers()`]: #dns_dns_setservers_servers
663+
[`util.promisify()`]: util.html#util_util_promisify_original
663664
[DNS error codes]: #dns_error_codes
664665
[Implementation considerations section]: #dns_implementation_considerations
666+
[rfc5952]: https://tools.ietf.org/html/rfc5952#section-6
665667
[supported `getaddrinfo` flags]: #dns_supported_getaddrinfo_flags
666668
[the official libuv documentation]: http://docs.libuv.org/en/latest/threadpool.html
667-
[`util.promisify()`]: util.html#util_util_promisify_original
668-
[rfc5952]: https://tools.ietf.org/html/rfc5952#section-6

0 commit comments

Comments
 (0)