From fc94790747ff44545b8c3bb08a965e372d4d795d Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 31 Oct 2016 15:59:08 +0200 Subject: [PATCH] doc: fs: fix link to mkdtemp --- doc/api/fs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index a9e1e3fd4bd1a6..cf60b5810b1159 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -2190,7 +2190,7 @@ The following constants are meant for use with the [`fs.Stats`][] object's [`fs.FSWatcher`]: #fs_class_fs_fswatcher [`fs.futimes()`]: #fs_fs_futimes_fd_atime_mtime_callback [`fs.lstat()`]: #fs_fs_lstat_path_callback -[`fs.mkdtemp()`]: #fs_fs_mkdtemp_prefix_callback +[`fs.mkdtemp()`]: #fs_fs_mkdtemp_prefix_options_callback [`fs.open()`]: #fs_fs_open_path_flags_mode_callback [`fs.read()`]: #fs_fs_read_fd_buffer_offset_length_position_callback [`fs.readFile`]: #fs_fs_readfile_file_options_callback @@ -2217,4 +2217,4 @@ The following constants are meant for use with the [`fs.Stats`][] object's [`event ports`]: http://illumos.org/man/port_create [`ReadDirectoryChangesW`]: https://msdn.microsoft.com/en-us/library/windows/desktop/aa365465%28v=vs.85%29.aspx [`AHAFS`]: https://www.ibm.com/developerworks/aix/library/au-aix_event_infrastructure/ -[Common System Errors]: errors.html#errors_common_system_errors \ No newline at end of file +[Common System Errors]: errors.html#errors_common_system_errors