Skip to content

Commit 58ae35c

Browse files
addaleaxFishrock123
authored andcommitted
doc: fix broken refs to url.parse() in http docs
PR-URL: #7392 Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent f269c00 commit 58ae35c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/api/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1523,7 +1523,7 @@ There are a few special headers that should be noted.
15231523
[`socket.setTimeout()`]: net.html#net_socket_settimeout_timeout_callback
15241524
[`stream.setEncoding()`]: stream.html#stream_stream_setencoding_encoding
15251525
[`TypeError`]: errors.html#errors_class_typeerror
1526-
[`url.parse()`]: url.html#url_url_parse_urlstr_parsequerystring_slashesdenotehost
1526+
[`url.parse()`]: url.html#url_url_parse_urlstring_parsequerystring_slashesdenotehost
15271527
[constructor options]: #http_new_agent_options
15281528
[Readable Stream]: stream.html#stream_class_stream_readable
15291529
[Writable Stream]: stream.html#stream_class_stream_writable

doc/api/https.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,4 +270,4 @@ var req = https.request(options, (res) => {
270270
[`SSL_METHODS`]: https://www.openssl.org/docs/ssl/ssl.html#DEALING-WITH-PROTOCOL-METHODS
271271
[`tls.connect()`]: tls.html#tls_tls_connect_options_callback
272272
[`tls.createServer()`]: tls.html#tls_tls_createserver_options_secureconnectionlistener
273-
[`url.parse()`]: url.html#url_url_parse_urlstr_parsequerystring_slashesdenotehost
273+
[`url.parse()`]: url.html#url_url_parse_urlstring_parsequerystring_slashesdenotehost

0 commit comments

Comments
 (0)