Skip to content

Commit

Permalink
doc: add more internal links to fs.Stats object
Browse files Browse the repository at this point in the history
PR-URL: #9345
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
  • Loading branch information
zeke authored and evanlucas committed Nov 3, 2016
1 parent c554f09 commit ff69e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ added: v0.1.95

* `fd` {Integer}

Synchronous fstat(2). Returns an instance of `fs.Stats`.
Synchronous fstat(2). Returns an instance of [`fs.Stats`][].

## fs.fsync(fd, callback)
<!-- YAML
Expand Down Expand Up @@ -1076,7 +1076,7 @@ added: v0.1.30

* `path` {String | Buffer}

Synchronous lstat(2). Returns an instance of `fs.Stats`.
Synchronous lstat(2). Returns an instance of [`fs.Stats`][].

## fs.mkdir(path[, mode], callback)
<!-- YAML
Expand Down

0 comments on commit ff69e38

Please sign in to comment.