From 2a024b9d8a0a3d4f5c19c9948e18036152cbc58f Mon Sep 17 00:00:00 2001 From: yusheng chen <55658154+samuel871211@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:07:58 +0800 Subject: [PATCH] doc: fix broken links of net.md --- doc/api/net.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/api/net.md b/doc/api/net.md index efb534bb3e756f..f8cd3ccf8d3c40 100644 --- a/doc/api/net.md +++ b/doc/api/net.md @@ -695,7 +695,7 @@ added: * Type: {boolean} -Set this property to `true` to begin closing connections once the number of connections reaches the \[`server.maxConnections`]\[] threshold. This setting is only effective in cluster mode. +Set this property to `true` to begin closing connections once the number of connections reaches the [`server.maxConnections`][] threshold. This setting is only effective in cluster mode. ### `server.ref()` @@ -2062,6 +2062,7 @@ net.isIPv6('fhqwhgads'); // returns false [`server.listen(options)`]: #serverlistenoptions-callback [`server.listen(path)`]: #serverlistenpath-backlog-callback [`server.listen(port)`]: #serverlistenport-host-backlog-callback +[`server.maxConnections`]: #servermaxconnections [`socket(7)`]: https://man7.org/linux/man-pages/man7/socket.7.html [`socket.connect()`]: #socketconnect [`socket.connect(options)`]: #socketconnectoptions-connectlistener