From e64f6a15b9876506145b6b4dffad427d746f4a8e Mon Sep 17 00:00:00 2001 From: Peter Lyons Date: Sun, 31 Jan 2016 07:00:34 -0700 Subject: [PATCH] doc: fix anchor links from stream to HTTP --- doc/api/stream.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/stream.markdown b/doc/api/stream.markdown index 48c4a619924706..b7c219fc1756d7 100644 --- a/doc/api/stream.markdown +++ b/doc/api/stream.markdown @@ -1726,8 +1726,8 @@ horribly wrong. [fs read streams]: fs.html#fs_class_fs_readstream [fs write streams]: fs.html#fs_class_fs_writestream [http requests, on the client]: http.html#http_class_http_clientrequest -[http requests, on the server]: http.html#http_http_incomingmessage -[http responses, on the client]: http.html#http_http_incomingmessage +[http requests, on the server]: http.html#http_class_http_incomingmessage +[http responses, on the client]: http.html#http_class_http_incomingmessage [http responses, on the server]: http.html#http_class_http_serverresponse [Object mode]: #stream_object_mode [Readable]: #stream_class_stream_readable