From 09987d242baeaf62d5db74efd14f462069562796 Mon Sep 17 00:00:00 2001 From: ss22ever Date: Wed, 5 Oct 2016 19:13:55 +0530 Subject: [PATCH] doc: fixup link in fs.md PR-URL: https://github.com/nodejs/node/pull/8940 Reviewed-By: James M Snell Reviewed-By: Yorkie Liu Reviewed-By: Luigi Pinca Reviewed-By: Anna Henningsen --- 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 6bfc0e4e6788c3..fef4516958df5b 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