summaryrefslogtreecommitdiff
path: root/doc/api/https.md
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@google.com>2017-12-12 04:18:02 -0500
committerRuben Bridgewater <ruben@bridgewater.de>2017-12-12 17:04:48 -0200
commitdc925400d78a01216ae017f4e336eb114c41bca9 (patch)
tree28de416f62baf327dcdfc0bb9a4024b00d9ab5bf /doc/api/https.md
parent2c77cab4402ffcfc47367b14e0008258a70fd469 (diff)
downloadandroid-node-v8-dc925400d78a01216ae017f4e336eb114c41bca9.tar.gz
android-node-v8-dc925400d78a01216ae017f4e336eb114c41bca9.tar.bz2
android-node-v8-dc925400d78a01216ae017f4e336eb114c41bca9.zip
doc: fix link for https api change
The PR number included for this api addition was originally incorrect. PR-URL: https://github.com/nodejs/node/pull/17630 Refs: https://github.com/nodejs/node/pull/14903 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'doc/api/https.md')
-rw-r--r--doc/api/https.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/https.md b/doc/api/https.md
index 96ba80f29f..18b6f40305 100644
--- a/doc/api/https.md
+++ b/doc/api/https.md
@@ -151,7 +151,7 @@ Global instance of [`https.Agent`][] for all HTTPS client requests.
added: v0.3.6
changes:
- version: REPLACEME
- pr-url: https://github.com/nodejs/node/pull/6569
+ pr-url: https://github.com/nodejs/node/pull/14903
description: The `options` parameter can now include `clientCertEngine`.
- version: v7.5.0
pr-url: https://github.com/nodejs/node/pull/10638