We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e6c76 commit e7508e5Copy full SHA for e7508e5
doc/api/https.md
@@ -259,7 +259,7 @@ const req = https.request(options, (res) => {
259
[`http.Server#setTimeout()`]: http.html#http_server_settimeout_msecs_callback
260
[`http.Server#timeout`]: http.html#http_server_timeout
261
[`http.Server`]: http.html#http_class_http_server
262
-[`http.createServer()`]: http.html#httpcreateserveroptions-requestlistener
+[`http.createServer()`]: http.html#http_http_createserver_options_requestlistener
263
[`http.close()`]: http.html#http_server_close_callback
264
[`http.get()`]: http.html#http_http_get_options_callback
265
[`http.request()`]: http.html#http_http_request_options_callback
0 commit comments