-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: Update HTTP -> HTTPS in doc/api #17263
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one small comment :)
doc/api/crypto.md
Outdated
@@ -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-elementt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
possible typo, should this be element?
6fae714
to
907a9ef
Compare
@maclover7 Nice catch. Thanks for the second set of eyes. I have fixed the typo. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
nit: can you please include the subsystem in the commit message and
doc: Update HTTP -> HTTPS in...
URLs were updated to use HTTPS protocol in doc/api files. Update URLs to reduce 301 Redirects for speed.
907a9ef
to
4686458
Compare
Landed in 7ab7840 Thank you for the contribution! |
PR-URL: #17263 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]>
PR-URL: #17263 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]>
PR-URL: #17263 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]>
PR-URL: #17263 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]>
PR-URL: #17263 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]>
URLs were updated to use HTTPS protocol in doc/api files.
Update URLs to reduce 301 Redirects for speed.
Checklist
Affected core subsystem(s)
doc