Skip to content

Commit

Permalink
doc: add link to net.Server in tls.md
Browse files Browse the repository at this point in the history
PR-URL: #10109
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
  • Loading branch information
drifkin authored and Fishrock123 committed Dec 5, 2016
1 parent f900753 commit 346204d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ connections on the specified `port` and `hostname`.
This function operates asynchronously. If the `callback` is given, it will be
called when the server has started listening.

See `net.Server` for more information.
See [`net.Server`][] for more information.

### server.setTicketKeys(keys)
<!-- YAML
Expand Down

0 comments on commit 346204d

Please sign in to comment.