From 6908bc4ed7c22bfe2f05603572d1d33158836d08 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Fri, 28 Oct 2016 13:41:47 -0700 Subject: [PATCH] doc: add more internal links to fs.Stats object PR-URL: https://github.com/nodejs/node/pull/9345 Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Luigi Pinca Reviewed-By: Roman Reiss --- doc/api/fs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index 2e440d76ab..4d2dd06694 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -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)