Skip to content

Commit 346204d

Browse files
drifkinFishrock123
authored andcommitted
doc: add link to net.Server in tls.md
PR-URL: #10109 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
1 parent f900753 commit 346204d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/tls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ connections on the specified `port` and `hostname`.
402402
This function operates asynchronously. If the `callback` is given, it will be
403403
called when the server has started listening.
404404

405-
See `net.Server` for more information.
405+
See [`net.Server`][] for more information.
406406

407407
### server.setTicketKeys(keys)
408408
<!-- YAML

0 commit comments

Comments
 (0)