From 1d21c05a677d433c606031623d37cd9e0c194547 Mon Sep 17 00:00:00 2001 From: Devon Rifkin Date: Sat, 3 Dec 2016 22:43:44 -0800 Subject: [PATCH] doc: add link to `net.Server` in tls.md PR-URL: https://github.com/nodejs/node/pull/10109 Reviewed-By: Anna Henningsen Reviewed-By: Colin Ihrig Reviewed-By: Roman Reiss --- doc/api/tls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/tls.md b/doc/api/tls.md index 9ef2c90ad4..488337a076 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)