Skip to content

Commit 549b6f2

Browse files
zzzzBovaddaleax
authored andcommittedNov 22, 2016
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: #9508 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
1 parent 31a34d7 commit 549b6f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/api/fs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2209,7 +2209,7 @@ The following constants are meant for use with the [`fs.Stats`][] object's
22092209
[Readable Stream]: stream.html#stream_class_stream_readable
22102210
[Writable Stream]: stream.html#stream_class_stream_writable
22112211
[inode]: https://en.wikipedia.org/wiki/Inode
2212-
[FS Constants]: #fs_fs_constants
2212+
[FS Constants]: #fs_fs_constants_1
22132213
[`inotify`]: http://man7.org/linux/man-pages/man7/inotify.7.html
22142214
[`kqueue`]: https://www.freebsd.org/cgi/man.cgi?kqueue
22152215
[`FSEvents`]: https://developer.apple.com/library/mac/documentation/Darwin/Conceptual/FSEvents_ProgGuide/Introduction/Introduction.html#//apple_ref/doc/uid/TP40005289-CH1-SW1

0 commit comments

Comments
 (0)
Please sign in to comment.