Skip to content

Commit 9824b0d

Browse files
piepmatzrvagg
authored andcommitted
doc: fix anchor links from stream to http and events
PR-URL: #5007 Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 9b8f025 commit 9824b0d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/api/stream.markdown

+4-4
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,7 @@ horribly wrong.
16951695
[`_write()`]: #stream_writable_write_chunk_encoding_callback_1
16961696
[`_write(chunk, encoding, callback)`]: #stream_writable_write_chunk_encoding_callback_1
16971697
[`end()`]: #stream_writable_end_chunk_encoding_callback
1698-
[`EventEmitter`]: events.html#events_class_events_eventemitter
1698+
[`EventEmitter`]: events.html#events_class_eventemitter
16991699
[`pause()`]: #stream_readable_pause
17001700
[`pipe()`]: #stream_readable_pipe_destination_options
17011701
[`process.stderr`]: process.html#process_process_stderr
@@ -1726,12 +1726,12 @@ horribly wrong.
17261726
[fs read streams]: fs.html#fs_class_fs_readstream
17271727
[fs write streams]: fs.html#fs_class_fs_writestream
17281728
[http requests, on the client]: http.html#http_class_http_clientrequest
1729-
[http requests, on the server]: http.html#http_http_incomingmessage
1730-
[http responses, on the client]: http.html#http_http_incomingmessage
1729+
[http requests, on the server]: http.html#http_class_http_incomingmessage
1730+
[http responses, on the client]: http.html#http_class_http_incomingmessage
17311731
[http responses, on the server]: http.html#http_class_http_serverresponse
17321732
[Object mode]: #stream_object_mode
17331733
[Readable]: #stream_class_stream_readable
1734-
[request to an HTTP server]: http.html#http_http_incomingmessage
1734+
[request to an HTTP server]: http.html#http_class_http_incomingmessage
17351735
[SimpleProtocol v2]: #stream_example_simpleprotocol_parser_v2
17361736
[tcp sockets]: net.html#net_class_net_socket
17371737
[Transform]: #stream_class_stream_transform

0 commit comments

Comments
 (0)