aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorss22ever <ss22ever@users.noreply.github.com>2016-10-05 19:13:55 +0530
committerJames M Snell <jasnell@gmail.com>2016-10-06 11:20:03 -0700
commit3945943d580eceaeb464b28a18cf1873d1197817 (patch)
tree2316050686979f1bc1c4e5d80108ed5798873802 /doc
parentfdca79fbc0a797206fa690d51b8844ed4fd596d6 (diff)
downloadandroid-node-v8-3945943d580eceaeb464b28a18cf1873d1197817.tar.gz
android-node-v8-3945943d580eceaeb464b28a18cf1873d1197817.tar.bz2
android-node-v8-3945943d580eceaeb464b28a18cf1873d1197817.zip
doc: fixup link in fs.md
PR-URL: https://github.com/nodejs/node/pull/8940 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yorkie Liu <yorkiefixer@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/fs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/fs.md b/doc/api/fs.md
index 6bfc0e4e67..fef4516958 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -2199,7 +2199,7 @@ The following constants are meant for use with the [`fs.Stats`][] object's
[MDN-Date]: https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date
[Readable Stream]: stream.html#stream_class_stream_readable
[Writable Stream]: stream.html#stream_class_stream_writable
-[inode]: http://www.linux.org/threads/intro-to-inodes.4130
+[inode]: https://en.wikipedia.org/wiki/Inode
[FS Constants]: #fs_fs_constants
[`inotify`]: http://man7.org/linux/man-pages/man7/inotify.7.html
[`kqueue`]: https://www.freebsd.org/cgi/man.cgi?kqueue