From a2ed3a9c88c722a4ebbcdb5e6ffb59447d939507 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Sat, 10 Jun 2017 23:00:52 -0700 Subject: [PATCH] doc: fix incorrect fs.utimes() link PR-URL: https://github.com/nodejs/node/pull/13608 Reviewed-By: Luigi Pinca Reviewed-By: Refael Ackermann Reviewed-By: Colin Ihrig Reviewed-By: Rich Trott --- 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 061cbdfb6e..66fdb924a2 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -2840,7 +2840,7 @@ The following constants are meant for use with the [`fs.Stats`][] object's [`fs.read()`]: #fs_fs_read_fd_buffer_offset_length_position_callback [`fs.readFile`]: #fs_fs_readfile_file_options_callback [`fs.stat()`]: #fs_fs_stat_path_callback -[`fs.utimes()`]: #fs_fs_futimes_fd_atime_mtime_callback +[`fs.utimes()`]: #fs_fs_utimes_path_atime_mtime_callback [`fs.watch()`]: #fs_fs_watch_filename_options_listener [`fs.write()`]: #fs_fs_write_fd_buffer_offset_length_position_callback [`fs.writeFile()`]: #fs_fs_writefile_file_data_options_callback