-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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: Replacing 'HTTP' by 'HTTPS' for securing links #10501
Conversation
Codecov Report
@@ Coverage Diff @@
## master #10501 +/- ##
==========================================
- Coverage 71.59% 71.45% -0.14%
==========================================
Files 393 393
Lines 36503 36503
==========================================
- Hits 26136 26085 -51
- Misses 8537 8575 +38
- Partials 1830 1843 +13
Continue to review full report at Codecov.
|
/retest |
can you change the commit message to "doc: Replacing 'HTTP' by 'HTTPS' for securing links"? thanks. |
Thanks @xiang90. I just updated commit message. |
Hi @datuanmac he meant the actual git commit message itself, thanks! ref: https://github.com/etcd-io/etcd/pull/10501/commits |
Thanks @hexfusion |
012ac28
to
32389b1
Compare
Currently, when we access the URL https://www.grpc.io, it is redirected to https://www.grpc.io automatically. So this commit aims to replace **HTTP** to **HTTPs** for security.
lgtm |
cc @wenjiaswe |
Currently, when we access the URL http://www.grpc.io, it is redirected to https://www.grpc.io automatically.
So this commit aims to replace HTTP to HTTPs for security.