Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Beckwith <justin.beckwith@gmail.com>2017-06-11 09:00:52 +0300
committerAnna Henningsen <anna@addaleax.net>2017-06-12 15:20:07 +0300
commit70432f211127361c26c87ad3168cf893543ee111 (patch)
tree22d5e9d866c625036fb9647fde5923a2cbcf3686 /doc/api/fs.md
parent26d76307d5b7265b363ac52d0864bc65378d49ff (diff)
doc: fix incorrect fs.utimes() link
PR-URL: https://github.com/nodejs/node/pull/13608 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'doc/api/fs.md')
-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 f61cacad6bd..606e2d6a608 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