From 29676f4867725b767b3f004af195e3dde39bbbfc Mon Sep 17 00:00:00 2001 From: cjihrig Date: Sat, 6 Jul 2019 10:46:48 -0400 Subject: [PATCH 1/2] doc: make tls links more readable This commit replaces two long URLs in the TLS documentation with linked text. PR-URL: https://github.com/nodejs/node/pull/28580 Reviewed-By: Anna Henningsen Reviewed-By: Rich Trott Reviewed-By: Ruben Bridgewater --- doc/api/tls.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/api/tls.md b/doc/api/tls.md index 4b8fd0a4943ce0..f801479041c204 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -1011,8 +1011,7 @@ Protocol versions are: * `'TLSv1.2'` * `'TLSv1.3'` -See for more -information. +See the OpenSSL [`SSL_get_version`][] documentation for more information. ### tlsSocket.getSession()