Skip to content

Commit c85a7eb

Browse files
committed
https: fix link
1 parent 2ea3e4c commit c85a7eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/api/https.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ An [`Agent`][] object for HTTPS similar to [`http.Agent`][]. See
3030
* `maxCachedSessions` {number} maximum number of TLS cached sessions.
3131
Use `0` to disable TLS session caching. **Default:** `100`.
3232
* `servername` {string | boolean} the value of
33-
[Server Name Indication extension](https://en.wikipedia.org/wiki/Server_Name_Indication)
34-
to be sent to the server. Use `false` to disable sending the extension.
33+
[Server Name Indication extension][sni wiki] to be sent to the server. Use
34+
`false` to disable sending the extension.
3535
**Default:** hostname or IP address of the target server.
3636

3737
See [`Session Resumption`][] for infomation about TLS session reuse.
@@ -410,3 +410,4 @@ headers: max-age=0; pin-sha256="WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18="; p
410410
[`tls.createSecureContext()`]: tls.html#tls_tls_createsecurecontext_options
411411
[`tls.createServer()`]: tls.html#tls_tls_createserver_options_secureconnectionlistener
412412
[`Session Resumption`]: tls.html#tls_session_resumption
413+
[sni wiki]: https://en.wikipedia.org/wiki/Server_Name_Indication

0 commit comments

Comments
 (0)