Skip to content

Commit 2a024b9

Browse files
committed
doc: fix broken links of net.md
1 parent 4ef484b commit 2a024b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api/net.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ added:
695695

696696
* Type: {boolean}
697697

698-
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.
698+
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.
699699

700700
### `server.ref()`
701701

@@ -2062,6 +2062,7 @@ net.isIPv6('fhqwhgads'); // returns false
20622062
[`server.listen(options)`]: #serverlistenoptions-callback
20632063
[`server.listen(path)`]: #serverlistenpath-backlog-callback
20642064
[`server.listen(port)`]: #serverlistenport-host-backlog-callback
2065+
[`server.maxConnections`]: #servermaxconnections
20652066
[`socket(7)`]: https://man7.org/linux/man-pages/man7/socket.7.html
20662067
[`socket.connect()`]: #socketconnect
20672068
[`socket.connect(options)`]: #socketconnectoptions-connectlistener

0 commit comments

Comments
 (0)