Skip to content

Commit 0ad783a

Browse files
committed
doc: fix link for https api change
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]>
1 parent f148556 commit 0ad783a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/api/https.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Global instance of [`https.Agent`][] for all HTTPS client requests.
151151
added: v0.3.6
152152
changes:
153153
- version: v9.3.0
154-
pr-url: https://github.com/nodejs/node/pull/6569
154+
pr-url: https://github.com/nodejs/node/pull/14903
155155
description: The `options` parameter can now include `clientCertEngine`.
156156
- version: v7.5.0
157157
pr-url: https://github.com/nodejs/node/pull/10638

doc/api/tls.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ port or host argument.
962962
added: v0.11.13
963963
changes:
964964
- version: v9.3.0
965-
pr-url: https://github.com/nodejs/node/pull/6569
965+
pr-url: https://github.com/nodejs/node/pull/14903
966966
description: The `options` parameter can now include `clientCertEngine`.
967967
- version: v7.3.0
968968
pr-url: https://github.com/nodejs/node/pull/10294
@@ -1077,7 +1077,7 @@ publicly trusted list of CAs as given in
10771077
added: v0.3.2
10781078
changes:
10791079
- version: v9.3.0
1080-
pr-url: https://github.com/nodejs/node/pull/6569
1080+
pr-url: https://github.com/nodejs/node/pull/14903
10811081
description: The `options` parameter can now include `clientCertEngine`.
10821082
- version: v8.0.0
10831083
pr-url: https://github.com/nodejs/node/pull/11984

0 commit comments

Comments
 (0)