diff options
author | Jerome T.K. Covington <jeromecovington@gmail.com> | 2020-08-08 20:17:01 -0400 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2020-08-19 10:37:18 -0700 |
commit | be360e232c3df9885a6b8bda59f970f058c2318a (patch) | |
tree | 3688273a2a87de183d464d09ab8165fbe9145b7b /doc/api/deprecations.md | |
parent | 6e97a735c881b079b16bcaabf4ff59dd0cb85387 (diff) | |
download | node-new-be360e232c3df9885a6b8bda59f970f058c2318a.tar.gz |
doc: reorder deprecated tls docs
In other api docs, it seems that deprecated classes and methods are
listed along with others, and marked as deprecated. In tls docs,
deprecations were listed at the bottom of the document. This commit
reorders them to what seems to be the standard, and corrects some links
in doc/api/deprecations.md
PR-URL: https://github.com/nodejs/node/pull/34687
Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r-- | doc/api/deprecations.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 4e8a239f36..941409ac09 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2868,9 +2868,9 @@ The [`crypto.Certificate()` constructor][] is deprecated. Use [`timeout.ref()`]: timers.html#timers_timeout_ref [`timeout.refresh()`]: timers.html#timers_timeout_refresh [`timeout.unref()`]: timers.html#timers_timeout_unref -[`tls.CryptoStream`]: tls.html#tls_class_cryptostream +[`tls.CryptoStream`]: tls.html#tls_class_tls_cryptostream [`tls.SecureContext`]: tls.html#tls_tls_createsecurecontext_options -[`tls.SecurePair`]: tls.html#tls_class_securepair +[`tls.SecurePair`]: tls.html#tls_class_tls_securepair [`tls.TLSSocket`]: tls.html#tls_class_tls_tlssocket [`tls.checkServerIdentity()`]: tls.html#tls_tls_checkserveridentity_hostname_cert [`tls.createSecureContext()`]: tls.html#tls_tls_createsecurecontext_options |