summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Bert <william@spanishdict.com>2014-04-09 16:50:08 -0400
committerFedor Indutny <fedor@indutny.com>2014-04-11 00:52:33 +0400
commitbfb7de5e75f49ba250d1bb6f1b7a15bd3d6d7f2a (patch)
tree658eba8e506209be6d02e0d31c1e0095ad2e47f0
parent632c13562220f1a1f1fdf89c60cf69fd8bbac359 (diff)
downloadnode-bfb7de5e75f49ba250d1bb6f1b7a15bd3d6d7f2a.tar.gz
docs: fix links to streams
Signed-off-by: Fedor Indutny <fedor@indutny.com>
-rw-r--r--doc/api/http.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/http.markdown b/doc/api/http.markdown
index dfa97a743..7186a4b8d 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