From 89f6efb5ccfd29f9c943a9d2169ec88d7d59b4fd Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Sat, 23 Dec 2017 00:00:08 +0200 Subject: [PATCH] doc: fix links in errors.md --- doc/api/errors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/errors.md b/doc/api/errors.md index c5e851644268dd..3eb6f9215568e9 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1615,8 +1615,8 @@ Creation of a [`zlib`][] object failed due to incorrect configuration. [`dgram.createSocket()`]: dgram.html#dgram_dgram_createsocket_options_callback [`ERR_INVALID_ARG_TYPE`]: #ERR_INVALID_ARG_TYPE [`EventEmitter`]: events.html#events_class_eventemitter -[`fs.symlink()`]: fs.html#fs_symlink -[`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 [`hash.digest()`]: crypto.html#crypto_hash_digest_encoding [`hash.update()`]: crypto.html#crypto_hash_update_data_inputencoding [`readable._read()`]: stream.html#stream_readable_read_size_1