doc: add more internal links to fs.Stats object

PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
Zeke Sikelianos 2016-10-28 13:41:47 -07:00 committed by Roman Reiss
parent bf46f223e7
commit 746da42cae
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

@ -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
@ -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