From 549b6f23dbb8c0fc219ea6893767078ed7032202 Mon Sep 17 00:00:00 2001 From: Timothy Date: Mon, 7 Nov 2016 18:36:40 -0500 Subject: [PATCH] doc: fix fs constants link https://nodejs.org/api/fs.html#fs_fs_constants links to itself rather than to https://nodejs.org/api/fs.html#fs_fs_constants_1 PR-URL: https://github.com/nodejs/node/pull/9508 Reviewed-By: Luigi Pinca Reviewed-By: Evan Lucas Reviewed-By: Colin Ihrig Reviewed-By: Prince John Wesley Reviewed-By: Roman Reiss --- doc/api/fs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index 1493d9d016000c..687e73f6924a39 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -2209,7 +2209,7 @@ The following constants are meant for use with the [`fs.Stats`][] object's [Readable Stream]: stream.html#stream_class_stream_readable [Writable Stream]: stream.html#stream_class_stream_writable [inode]: https://en.wikipedia.org/wiki/Inode -[FS Constants]: #fs_fs_constants +[FS Constants]: #fs_fs_constants_1 [`inotify`]: http://man7.org/linux/man-pages/man7/inotify.7.html [`kqueue`]: https://www.freebsd.org/cgi/man.cgi?kqueue [`FSEvents`]: https://developer.apple.com/library/mac/documentation/Darwin/Conceptual/FSEvents_ProgGuide/Introduction/Introduction.html#//apple_ref/doc/uid/TP40005289-CH1-SW1