Skip to content

Commit d4f8efa

Browse files
drifkinMylesBorins
authored andcommitted
doc: add link to net.Server in tls.md
PR-URL: #10109 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
1 parent dc2e8a7 commit d4f8efa

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)