Skip to content

Commit 39ecd26

Browse files
committed
fixed anchor link to http.IncomingMessage doc
1 parent 7e7b26e commit 39ecd26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locale/en/docs/guides/anatomy-of-an-http-transaction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ read through the API docs for [`EventEmitters`][], [`Streams`][], and [`HTTP`][]
420420
[`Server`]: https://nodejs.org/api/http.html#http_class_http_server
421421
[`listen`]: https://nodejs.org/api/http.html#http_server_listen_port_hostname_backlog_callback
422422
[API reference]: https://nodejs.org/api/http.html
423-
[`IncomingMessage`]: https://nodejs.org/api/http.html#http_http_incomingmessage
423+
[`IncomingMessage`]: https://nodejs.org/api/http.html#http_class_http_incomingmessage
424424
[`ReadableStream`]: https://nodejs.org/api/stream.html#stream_class_stream_readable
425425
[`rawHeaders`]: https://nodejs.org/api/http.html#http_message_rawheaders
426426
[`Buffer`]: https://nodejs.org/api/buffer.html

0 commit comments

Comments
 (0)