Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Davidson <davidson9076@gmail.com>2020-06-22 20:56:08 +0300
committerJames M Snell <jasnell@gmail.com>2020-06-26 20:25:14 +0300
commite68563e31c5289c39d4e564a3e5d27e5a713ee41 (patch)
tree1fe2d8edd61e56efa3bbcbced149133fcefa7d6e /doc/api/dns.md
parentdb6e6e3b2609772d4f99b334184324456853fee4 (diff)
doc: add dynamic source code links
Fixes: https://github.com/nodejs/node/pull/33977 PR-URL: https://github.com/nodejs/node/pull/33996 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/dns.md')
-rw-r--r--doc/api/dns.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/dns.md b/doc/api/dns.md
index b02ee8b608d..6268d22b22e 100644
--- a/doc/api/dns.md
+++ b/doc/api/dns.md
@@ -4,6 +4,8 @@
> Stability: 2 - Stable
+<!-- source_link=lib/dns.js -->
+
The `dns` module enables name resolution. For example, use it to look up IP
addresses of host names.