aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRob Wu <rob@robwu.nl>2017-06-21 11:13:13 +0200
committerJames M Snell <jasnell@gmail.com>2017-06-21 20:49:27 -0700
commit2a46e57d139a93caaff4dc63000e61b9a27669bb (patch)
treea96580e7588575e25047e9901bb498755fe61617 /doc
parent259466c6f4e01f547b1400dc7caf7df471d6f0aa (diff)
downloadandroid-node-v8-2a46e57d139a93caaff4dc63000e61b9a27669bb.tar.gz
android-node-v8-2a46e57d139a93caaff4dc63000e61b9a27669bb.tar.bz2
android-node-v8-2a46e57d139a93caaff4dc63000e61b9a27669bb.zip
doc: add missing zlib link to stream API docs
This seems to have been removed inadvertently by 330c8d743e33a83f85389ea8a64e3d3854ea0048 in PR 12925. PR-URL: https://github.com/nodejs/node/pull/13838 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/stream.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/stream.md b/doc/api/stream.md
index ff1b0c78fb..f6e28c1022 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -2177,6 +2177,7 @@ readable buffer so there is nothing for a user to consume.
[fs read streams]: fs.html#fs_class_fs_readstream
[fs write streams]: fs.html#fs_class_fs_writestream
[http-incoming-message]: http.html#http_class_http_incomingmessage
+[zlib]: zlib.html
[stream-_flush]: #stream_transform_flush_callback
[stream-_read]: #stream_readable_read_size_1
[stream-_transform]: #stream_transform_transform_chunk_encoding_callback