Skip to content

Commit c379c29

Browse files
coderaiserMyles Borins
authored and
Myles Borins
committed
doc: fs: fix link to mkdtemp
PR-URL: #9379 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Prince John Wesley <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
1 parent 7c90d96 commit c379c29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/fs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2190,7 +2190,7 @@ The following constants are meant for use with the [`fs.Stats`][] object's
21902190
[`fs.FSWatcher`]: #fs_class_fs_fswatcher
21912191
[`fs.futimes()`]: #fs_fs_futimes_fd_atime_mtime_callback
21922192
[`fs.lstat()`]: #fs_fs_lstat_path_callback
2193-
[`fs.mkdtemp()`]: #fs_fs_mkdtemp_prefix_callback
2193+
[`fs.mkdtemp()`]: #fs_fs_mkdtemp_prefix_options_callback
21942194
[`fs.open()`]: #fs_fs_open_path_flags_mode_callback
21952195
[`fs.read()`]: #fs_fs_read_fd_buffer_offset_length_position_callback
21962196
[`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
22172217
[`event ports`]: http://illumos.org/man/port_create
22182218
[`ReadDirectoryChangesW`]: https://msdn.microsoft.com/en-us/library/windows/desktop/aa365465%28v=vs.85%29.aspx
22192219
[`AHAFS`]: https://www.ibm.com/developerworks/aix/library/au-aix_event_infrastructure/
2220-
[Common System Errors]: errors.html#errors_common_system_errors
2220+
[Common System Errors]: errors.html#errors_common_system_errors

0 commit comments

Comments
 (0)