Skip to content

Commit 32831b5

Browse files
samuel871211marco-ippolito
authored andcommitted
doc: fix broken links of net.md
PR-URL: #61673 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Tim Perry <pimterry@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 2fdb5ce commit 32831b5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

doc/api/net.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ added: v22.12.0
681681

682682
* Type: {boolean}
683683

684-
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.
684+
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.
685685

686686
### `server.ref()`
687687

@@ -2004,6 +2004,7 @@ net.isIPv6('fhqwhgads'); // returns false
20042004
[`server.listen(options)`]: #serverlistenoptions-callback
20052005
[`server.listen(path)`]: #serverlistenpath-backlog-callback
20062006
[`server.listen(port)`]: #serverlistenport-host-backlog-callback
2007+
[`server.maxConnections`]: #servermaxconnections
20072008
[`socket(7)`]: https://man7.org/linux/man-pages/man7/socket.7.html
20082009
[`socket.connect()`]: #socketconnect
20092010
[`socket.connect(options)`]: #socketconnectoptions-connectlistener

0 commit comments

Comments
 (0)