diff --git a/doc/api/tls.md b/doc/api/tls.md index 9ef2c90ad40939..488337a0764e4c 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -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)