Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-07-18 07:59:32 +0300
committerJames M Snell <jasnell@gmail.com>2021-07-19 17:28:42 +0300
commit42e85c705c3573c266a9c9cec31e0607a05e3a71 (patch)
treeb9576395e13a3f09b2d0e57da1dbd579f729b7cb /doc/api/http.md
parentc154c6c5cfc464658dfae331b2d68c9daaca3f8e (diff)
doc: fix broken internal link in http.md
PR-URL: https://github.com/nodejs/node/pull/39425 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/http.md')
-rw-r--r--doc/api/http.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/http.md b/doc/api/http.md
index 84e98f5ff79..a3e68aee4c6 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -3183,7 +3183,7 @@ try {
[`net.Socket`]: net.md#net_class_net_socket
[`net.createConnection()`]: net.md#net_net_createconnection_options_connectlistener
[`new URL()`]: url.md#url_new_url_input_base
-[`outgoingMessage.socket`]: #http_outgoingMessage.socket
+[`outgoingMessage.socket`]: #http_outgoingmessage_socket
[`removeHeader(name)`]: #http_request_removeheader_name
[`request.destroy()`]: #http_request_destroy_error
[`request.end()`]: #http_request_end_data_encoding_callback