From b06c82fd8825d1fb33dc40abf9448a16fef1fbca Mon Sep 17 00:00:00 2001 From: Ryuichi Okumura Date: Sun, 7 Apr 2013 17:19:50 +0900 Subject: [PATCH] doc: fix the link to Stream document --- doc/api/fs.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/fs.markdown b/doc/api/fs.markdown index bcf5b24513a..542024a17d4 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'