From 0ad783afaf42ab3cfe50f138e824b3741f53d9f7 Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Tue, 12 Dec 2017 04:18:02 -0500 Subject: [PATCH] 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 Reviewed-By: Evan Lucas Reviewed-By: Colin Ihrig Reviewed-By: Jon Moss Reviewed-By: Michael Dawson Reviewed-By: Rich Trott --- doc/api/https.md | 2 +- doc/api/tls.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/https.md b/doc/api/https.md index 48a2aa2a8022c4..cb22873a01e1ba 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: v9.3.0 - 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 diff --git a/doc/api/tls.md b/doc/api/tls.md index 23172b759b698c..b774183d8202e1 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -962,7 +962,7 @@ port or host argument. added: v0.11.13 changes: - version: v9.3.0 - 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.3.0 pr-url: https://github.com/nodejs/node/pull/10294 @@ -1077,7 +1077,7 @@ publicly trusted list of CAs as given in added: v0.3.2 changes: - version: v9.3.0 - 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: v8.0.0 pr-url: https://github.com/nodejs/node/pull/11984