Skip to content

Commit f7cb4a9

Browse files
committed
Fix doc link URL protocol
1 parent ad4f201 commit f7cb4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2614,7 +2614,7 @@ use. This prevents other connections from beginning work and stops
26142614
Node.js from handling more user load. Increasing the number of worker
26152615
threads may improve throughput. Do this by setting the environment
26162616
variable
2617-
[UV_THREADPOOL_SIZE](https://docs.libuv.org/en/v1.x/threadpool.html)
2617+
[UV_THREADPOOL_SIZE](http://docs.libuv.org/en/v1.x/threadpool.html)
26182618
before starting Node.
26192619
26202620
For example, in a Linux terminal, the number of Node.js worker threads

0 commit comments

Comments
 (0)