-
Notifications
You must be signed in to change notification settings - Fork 30.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: add method links in dns.markdown #3196
Conversation
to perform name resolution in the same way that other applications on the same | ||
operating system behave should use `dns.lookup`.__ | ||
operating system behave should use [`dns.lookup()`](#dns_dns_lookup_hostname_options_callback).__ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When you are using the same thing again and again you can add the reference at the bottom.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thefourtheye oh yeah I forgot about that, thanks.
Added links to referenced methods.
LGTM |
Added links to referenced methods. PR-URL: #3196 Reviewed-By: Roman Reiss <[email protected]>>
Thanks! Landed in 70c78c9. |
Added links to referenced methods. PR-URL: #3196 Reviewed-By: Roman Reiss <[email protected]>>
landed in v4.x in 6dd3476 |
Added links to referenced methods and added parenthesis to follow consistency.