summaryrefslogtreecommitdiff
path: root/doc/api/dns.md
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2017-05-08 09:30:13 -0700
committerSam Roberts <vieuxtech@gmail.com>2017-05-08 09:30:55 -0700
commitea1b8a5cbcf4a4882c25f57176f8fd00728bffb3 (patch)
tree4d7906d5d2c928d2cdb29c583578f6115e95ec98 /doc/api/dns.md
parent0a734fec885409a09b9d18319e4ea7f6f25e6a3e (diff)
downloadandroid-node-v8-ea1b8a5cbcf4a4882c25f57176f8fd00728bffb3.tar.gz
android-node-v8-ea1b8a5cbcf4a4882c25f57176f8fd00728bffb3.tar.bz2
android-node-v8-ea1b8a5cbcf4a4882c25f57176f8fd00728bffb3.zip
doc: sort bottom-of-file markdown links
PR-URL: https://github.com/nodejs/node/pull/12726 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Diffstat (limited to 'doc/api/dns.md')
-rw-r--r--doc/api/dns.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/dns.md b/doc/api/dns.md
index 48990b5bc8..0cacd5b402 100644
--- a/doc/api/dns.md
+++ b/doc/api/dns.md
@@ -512,7 +512,7 @@ processing that happens on libuv's threadpool that [`dns.lookup()`][] can have.
They do not use the same set of configuration files than what [`dns.lookup()`][]
uses. For instance, _they do not use the configuration from `/etc/hosts`_.
-[DNS error codes]: #dns_error_codes
+[`Error`]: errors.html#errors_class_error
[`dns.lookup()`]: #dns_dns_lookup_hostname_options_callback
[`dns.resolve4()`]: #dns_dns_resolve4_hostname_options_callback
[`dns.resolve6()`]: #dns_dns_resolve6_hostname_options_callback
@@ -524,7 +524,7 @@ uses. For instance, _they do not use the configuration from `/etc/hosts`_.
[`dns.resolveSoa()`]: #dns_dns_resolvesoa_hostname_callback
[`dns.resolveSrv()`]: #dns_dns_resolvesrv_hostname_callback
[`dns.resolveTxt()`]: #dns_dns_resolvetxt_hostname_callback
-[`Error`]: errors.html#errors_class_error
+[DNS error codes]: #dns_error_codes
[Implementation considerations section]: #dns_implementation_considerations
[supported `getaddrinfo` flags]: #dns_supported_getaddrinfo_flags
[the official libuv documentation]: http://docs.libuv.org/en/latest/threadpool.html