Skip to content

Commit 4d1baf8

Browse files
committed
doc: fix links in errors.md
PR-URL: #17829 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jon Moss <[email protected]>
1 parent f454e14 commit 4d1baf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/errors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1615,8 +1615,8 @@ Creation of a [`zlib`][] object failed due to incorrect configuration.
16151615
[`dgram.createSocket()`]: dgram.html#dgram_dgram_createsocket_options_callback
16161616
[`ERR_INVALID_ARG_TYPE`]: #ERR_INVALID_ARG_TYPE
16171617
[`EventEmitter`]: events.html#events_class_eventemitter
1618-
[`fs.symlink()`]: fs.html#fs_symlink
1619-
[`fs.symlinkSync()`]: fs.html#fs_symlinksync
1618+
[`fs.symlink()`]: fs.html#fs_fs_symlink_target_path_type_callback
1619+
[`fs.symlinkSync()`]: fs.html#fs_fs_symlinksync_target_path_type
16201620
[`hash.digest()`]: crypto.html#crypto_hash_digest_encoding
16211621
[`hash.update()`]: crypto.html#crypto_hash_update_data_inputencoding
16221622
[`readable._read()`]: stream.html#stream_readable_read_size_1

0 commit comments

Comments
 (0)