diff --git a/doc/api/tls.md b/doc/api/tls.md index 4d836b5e7f..9c650ad9bb 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -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