From bfb7de5e75f49ba250d1bb6f1b7a15bd3d6d7f2a Mon Sep 17 00:00:00 2001 From: William Bert Date: Wed, 9 Apr 2014 16:50:08 -0400 Subject: [PATCH] docs: fix links to streams Signed-off-by: Fedor Indutny --- doc/api/http.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/http.markdown b/doc/api/http.markdown index dfa97a7..7186a4b 100644 --- a/doc/api/http.markdown +++ b/doc/api/http.markdown @@ -886,8 +886,8 @@ authentication details. [Agent]: #http_class_http_agent [Buffer]: buffer.html#buffer_buffer [EventEmitter]: events.html#events_class_events_eventemitter -[Readable Stream]: stream.html#stream_readable_stream -[Writable Stream]: stream.html#stream_writable_stream +[Readable Stream]: stream.html#stream_class_stream_readable +[Writable Stream]: stream.html#stream_class_stream_writable [global Agent]: #http_http_globalagent [http.ClientRequest]: #http_class_http_clientrequest [http.IncomingMessage]: #http_http_incomingmessage -- 2.7.4