Skip to content

Commit

Permalink
doc: fix lexical sorting of bottom-references in dns doc
Browse files Browse the repository at this point in the history
The links are sorted in lexical order except for the two RFC links which
are reversed. Fix that.

PR-URL: #33987
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
  • Loading branch information
Trott authored and codebytere committed Jul 10, 2020
1 parent b7e0b86 commit 97f44cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -1199,6 +1199,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

0 comments on commit 97f44cb

Please sign in to comment.