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:
Rich Trott 2021-07-17 21:59:32 -07:00 committed by James M Snell
parent c154c6c5cf
commit 42e85c705c
No known key found for this signature in database
GPG Key ID: 7341B15C070877AC
1 changed files with 1 additions and 1 deletions

View File

@ -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