Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
docs: add links
Browse files Browse the repository at this point in the history
  • Loading branch information
koichik committed Sep 20, 2011
1 parent ed44098 commit b93a7cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/fs.markdown
Expand Up @@ -418,7 +418,7 @@ Objects returned from `fs.stat()` and `fs.lstat()` are of this type.

## fs.ReadStream

`ReadStream` is a `Readable Stream`.
`ReadStream` is a [Readable Stream](streams.html#readable_Stream).

### Event: 'open'

Expand Down Expand Up @@ -450,7 +450,7 @@ An example to read the last 10 bytes of a file which is 100 bytes long:

## fs.WriteStream

`WriteStream` is a `Writable Stream`.
`WriteStream` is a [Writable Stream](streams.html#writable_Stream).

### Event: 'open'

Expand Down

0 comments on commit b93a7cc

Please sign in to comment.