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 MylesBorins committed Dec 20, 2016
1 parent 65e134f commit b5eae44
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 @@ -365,7 +365,7 @@ port value of zero will assign a random port.
This function is asynchronous. The last parameter `callback` will be called
when the server has been bound.

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

### server.maxConnections
<!-- YAML
Expand Down

0 comments on commit b5eae44

Please sign in to comment.