summaryrefslogtreecommitdiff
path: root/doc/api/https.md
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-02-07 23:31:51 +0200
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-02-08 01:30:42 +0200
commitf783d61ad3c753eb297abe6a76e199a049ee9c66 (patch)
treedcab71e9b921582150115bae2dfb1832eb414550 /doc/api/https.md
parentffb385bff5f52b8729895eae51b28d417c736602 (diff)
downloadandroid-node-v8-f783d61ad3c753eb297abe6a76e199a049ee9c66.tar.gz
android-node-v8-f783d61ad3c753eb297abe6a76e199a049ee9c66.tar.bz2
android-node-v8-f783d61ad3c753eb297abe6a76e199a049ee9c66.zip
doc: fix link in https.md
PR-URL: https://github.com/nodejs/node/pull/18630 Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'doc/api/https.md')
-rw-r--r--doc/api/https.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/https.md b/doc/api/https.md
index c1daf77dbf..2cc7502012 100644
--- a/doc/api/https.md
+++ b/doc/api/https.md
@@ -257,7 +257,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