Skip to content

Commit e7508e5

Browse files
vsemozhetbytMylesBorins
authored andcommitted
doc: fix link in https.md
PR-URL: #18630 Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent f3e6c76 commit e7508e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/https.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ const req = https.request(options, (res) => {
259259
[`http.Server#setTimeout()`]: http.html#http_server_settimeout_msecs_callback
260260
[`http.Server#timeout`]: http.html#http_server_timeout
261261
[`http.Server`]: http.html#http_class_http_server
262-
[`http.createServer()`]: http.html#httpcreateserveroptions-requestlistener
262+
[`http.createServer()`]: http.html#http_http_createserver_options_requestlistener
263263
[`http.close()`]: http.html#http_server_close_callback
264264
[`http.get()`]: http.html#http_http_get_options_callback
265265
[`http.request()`]: http.html#http_http_request_options_callback

0 commit comments

Comments
 (0)