diff --git a/doc/api/https.md b/doc/api/https.md index 96ba80f29fa034..18b6f40305567b 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 diff --git a/doc/api/tls.md b/doc/api/tls.md index 13af0b2aa2a2f7..bcf2b5b34c4ba6 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: 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.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: 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: v8.0.0 pr-url: https://github.com/nodejs/node/pull/11984