We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f454e14 commit 4d1baf8Copy full SHA for 4d1baf8
doc/api/errors.md
@@ -1615,8 +1615,8 @@ Creation of a [`zlib`][] object failed due to incorrect configuration.
1615
[`dgram.createSocket()`]: dgram.html#dgram_dgram_createsocket_options_callback
1616
[`ERR_INVALID_ARG_TYPE`]: #ERR_INVALID_ARG_TYPE
1617
[`EventEmitter`]: events.html#events_class_eventemitter
1618
-[`fs.symlink()`]: fs.html#fs_symlink
1619
-[`fs.symlinkSync()`]: fs.html#fs_symlinksync
+[`fs.symlink()`]: fs.html#fs_fs_symlink_target_path_type_callback
+[`fs.symlinkSync()`]: fs.html#fs_fs_symlinksync_target_path_type
1620
[`hash.digest()`]: crypto.html#crypto_hash_digest_encoding
1621
[`hash.update()`]: crypto.html#crypto_hash_update_data_inputencoding
1622
[`readable._read()`]: stream.html#stream_readable_read_size_1
0 commit comments