From e68563e31c5289c39d4e564a3e5d27e5a713ee41 Mon Sep 17 00:00:00 2001 From: Alec Davidson Date: Mon, 22 Jun 2020 13:56:08 -0400 Subject: 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 Reviewed-By: James M Snell --- doc/api/dns.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/api/dns.md') 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 + + The `dns` module enables name resolution. For example, use it to look up IP addresses of host names. -- cgit v1.2.3