From ef8acccfde4f4916b62deb8f15a5930a2bdac546 Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Mon, 18 Dec 2017 16:03:28 -0500 Subject: [PATCH] doc: remove unused link definition Causing the linter job to fail on CI right now. PR-URL: https://github.com/nodejs/node/pull/17741 Reviewed-By: Colin Ihrig Reviewed-By: Rich Trott --- doc/api/fs.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index 8475f3dc79e17b..9e9ac1ab0b3a11 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -3349,7 +3349,6 @@ The following constants are meant for use with the [`fs.Stats`][] object's [`kqueue`]: https://www.freebsd.org/cgi/man.cgi?kqueue [`net.Socket`]: net.html#net_class_net_socket [`stat()`]: fs.html#fs_fs_stat_path_callback -[`util.inspect(stats)`]: util.html#util_util_inspect_object_options [`util.promisify()`]: util.html#util_util_promisify_original [Caveats]: #fs_caveats [Common System Errors]: errors.html#errors_common_system_errors