From 863d1922df7cff317942eba6ba0257cde6d69c0d Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Sun, 29 Oct 2017 14:12:17 -0400 Subject: [PATCH] doc: add link for stream.pipe() PR-URL: https://github.com/nodejs/node/pull/16593 Reviewed-By: Vse Mozhet Byt Reviewed-By: Gibson Fahnestock Reviewed-By: Luigi Pinca --- doc/api/errors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api/errors.md b/doc/api/errors.md index 851fd7f0ac0..6d8eed94920 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1505,6 +1505,7 @@ Used when creation of a [`zlib`][] object fails due to incorrect configuration. [`hash.update()`]: crypto.html#crypto_hash_update_data_inputencoding [`readable._read()`]: stream.html#stream_readable_read_size_1 [`sign.sign()`]: crypto.html#crypto_sign_sign_privatekey_outputformat +[`stream.pipe()`]: stream.html#stream_readable_pipe_destination_options [`stream.push()`]: stream.html#stream_readable_push_chunk_encoding [`stream.unshift()`]: stream.html#stream_readable_unshift_chunk [`stream.write()`]: stream.html#stream_writable_write_chunk_encoding_callback