From 0ff0c70e44581ebff6327a9f95e3d49a6ec1609d Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Fri, 13 Oct 2017 16:40:42 -0400 Subject: [PATCH] doc: add UV_THREADPOOL_SIZE link definition Currently is rendered as "see the [UV_THREADPOOL_SIZE][] documentation", since there was no link definition in the file. PR-URL: https://github.com/nodejs/node/pull/16193 Reviewed-By: James M Snell Reviewed-By: Vse Mozhet Byt Reviewed-By: Joyee Cheung --- doc/api/zlib.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api/zlib.md b/doc/api/zlib.md index ed94896e970..5575d03d330 100644 --- a/doc/api/zlib.md +++ b/doc/api/zlib.md @@ -711,5 +711,6 @@ Decompress a chunk of data with [Unzip][]. [Inflate]: #zlib_class_zlib_inflate [Memory Usage Tuning]: #zlib_memory_usage_tuning [Unzip]: #zlib_class_zlib_unzip +[`UV_THREADPOOL_SIZE`]: cli.html#cli_uv_threadpool_size_size [options]: #zlib_class_options [zlib documentation]: http://zlib.net/manual.html#Constants