Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 58ae35c

Browse filesBrowse 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
Copy full SHA for 58ae35c

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/http.md‎

Copy file name to clipboardExpand all lines: doc/api/http.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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
Collapse file

‎doc/api/https.md‎

Copy file name to clipboardExpand all lines: doc/api/https.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.