diff --git a/doc/api/_toc.md b/doc/api/_toc.md index b3987ed8e4e9f7..420fb362fa537a 100644 --- a/doc/api/_toc.md +++ b/doc/api/_toc.md @@ -55,4 +55,4 @@
* [GitHub Repo & Issue Tracker](https://github.com/nodejs/node) -* [Mailing List](http://groups.google.com/group/nodejs) +* [Mailing List](https://groups.google.com/group/nodejs) diff --git a/doc/api/crypto.md b/doc/api/crypto.md index f2c288d2f797f9..5a3a69215cc729 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -2396,7 +2396,7 @@ the `crypto`, `tls`, and `https` modules and are generally specific to OpenSSL. [`verify.verify()`]: #crypto_verify_verify_object_signature_signatureformat [Caveats]: #crypto_support_for_weak_or_compromised_algorithms [Crypto Constants]: #crypto_crypto_constants_1 -[HTML5's `keygen` element]: http://www.w3.org/TR/html5/forms.html#the-keygen-element +[HTML5's `keygen` element]: https://www.w3.org/TR/html5/forms.html#the-keygen-element [NIST SP 800-131A]: http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-131Ar1.pdf [NIST SP 800-132]: http://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf [Nonce-Disrespecting Adversaries]: https://github.com/nonce-disrespect/nonce-disrespect diff --git a/doc/api/tls.md b/doc/api/tls.md index 334efeb86fbce7..4274c36d20d0e0 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -1013,7 +1013,7 @@ A key is *required* for ciphers that make use of certificates. Either `key` or If the 'ca' option is not given, then Node.js will use the default publicly trusted list of CAs as given in -