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>
This commit is contained in:
Alec Davidson
2020-06-22 13:56:08 -04:00
committed by James M Snell
parent db6e6e3b26
commit e68563e31c
42 changed files with 88 additions and 5 deletions

View File

@@ -4,6 +4,8 @@
> Stability: 2 - Stable
<!-- source_link=lib/https.js -->
HTTPS is the HTTP protocol over TLS/SSL. In Node.js this is implemented as a
separate module.