summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyuichi Okumura <okuryu@okuryu.com>2013-04-07 17:19:50 +0900
committerBen Noordhuis <info@bnoordhuis.nl>2013-05-16 16:56:41 +0200
commitb06c82fd8825d1fb33dc40abf9448a16fef1fbca (patch)
tree9d7e8630239618aabce4efc623c72dc72acc3bf6
parent22533c035d0dbe8abfe699c982a1332b1bfb7b9b (diff)
downloadnode-b06c82fd8825d1fb33dc40abf9448a16fef1fbca.tar.gz
doc: fix the link to Stream document
-rw-r--r--doc/api/fs.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/fs.markdown b/doc/api/fs.markdown
index bcf5b2451..542024a17 100644
--- a/doc/api/fs.markdown
+++ b/doc/api/fs.markdown
@@ -671,7 +671,7 @@ An example to read the last 10 bytes of a file which is 100 bytes long:
## Class: fs.ReadStream
-`ReadStream` is a [Readable Stream](stream.html#stream_readable_stream).
+`ReadStream` is a [Readable Stream](stream.html#stream_class_stream_readable).
### Event: 'open'
@@ -697,7 +697,7 @@ default mode `w`.
## fs.WriteStream
-`WriteStream` is a [Writable Stream](stream.html#stream_writable_stream).
+`WriteStream` is a [Writable Stream](stream.html#stream_class_stream_writable).
### Event: 'open'