★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/e7508e5fcdNouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files
doc: fix link in https.md
PR-URL: #18630
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
  • Loading branch information
vsemozhetbyt authored and MylesBorins committed Feb 21, 2018
1 parent f3e6c76 commit e7508e5fcd12337d8ceef7310e678102bfc4dd79
Showing with 1 addition and 1 deletion.
  1. +1 −1 doc/api/https.md
@@ -259,7 +259,7 @@ const req = https.request(options, (res) => {
[`http.Server#setTimeout()`]: http.html#http_server_settimeout_msecs_callback
[`http.Server#timeout`]: http.html#http_server_timeout
[`http.Server`]: http.html#http_class_http_server
[`http.createServer()`]: http.html#httpcreateserveroptions-requestlistener
[`http.createServer()`]: http.html#http_http_createserver_options_requestlistener
[`http.close()`]: http.html#http_server_close_callback
[`http.get()`]: http.html#http_http_get_options_callback
[`http.request()`]: http.html#http_http_request_options_callback

0 comments on commit e7508e5

Please sign in to comment.