mirror of https://github.com/nodejs/node.git
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>
This commit is contained in:
parent
c154c6c5cf
commit
42e85c705c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue