Skip to content

Commit

Permalink
doc: fix link for https api change
Browse files Browse the repository at this point in the history
The PR number included for this api addition was originally incorrect.

PR-URL: #17630
Refs: #14903
Reviewed-By: Vse Mozhet Byt <[email protected]>
Reviewed-By: Evan Lucas <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Jon Moss <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
  • Loading branch information
MylesBorins committed Jan 9, 2018
1 parent 4dc53f5 commit f71feb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/api/https.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions doc/api/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f71feb1

Please sign in to comment.