From 07b2ada00decf1dacd49e76370d9e4a4d929de92 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 19 Jun 2020 21:15:40 -0700 Subject: [PATCH] doc: fix lexical sorting of bottom-references in dns doc The links are sorted in lexical order except for the two RFC links which are reversed. Fix that. PR-URL: https://github.com/nodejs/node/pull/33987 Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca --- doc/api/dns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/dns.md b/doc/api/dns.md index 909d237f6777b9..20df48c5060a9e 100644 --- a/doc/api/dns.md +++ b/doc/api/dns.md @@ -1201,6 +1201,6 @@ uses. For instance, _they do not use the configuration from `/etc/hosts`_. [DNS error codes]: #dns_error_codes [Domain Name System (DNS)]: https://en.wikipedia.org/wiki/Domain_Name_System [Implementation considerations section]: #dns_implementation_considerations -[RFC 8482]: https://tools.ietf.org/html/rfc8482 [RFC 5952]: https://tools.ietf.org/html/rfc5952#section-6 +[RFC 8482]: https://tools.ietf.org/html/rfc8482 [supported `getaddrinfo` flags]: #dns_supported_getaddrinfo_flags