From cb214606e2f1094f470004319f3c9ff287e2fc7c Mon Sep 17 00:00:00 2001 From: Ronald Eddy Jr Date: Sun, 18 Oct 2020 01:00:38 -0400 Subject: [PATCH] Update HTTP -> HTTPS URLs updated to use HTTPS protocol where appropriate to improve security and privacy. --- CODING_STYLE.md | 2 +- CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CODING_STYLE.md b/CODING_STYLE.md index 78b2ab310..1d897a53f 100644 --- a/CODING_STYLE.md +++ b/CODING_STYLE.md @@ -236,7 +236,7 @@ Example: #include ``` -See [this issue](http://stackoverflow.com/questions/614302/c-header-order/614333#614333 "C header order") for the reason: this makes it easier to find missing includes in header files. +See [this issue](https://stackoverflow.com/questions/614302/c-header-order/614333#614333 "C header order") for the reason: this makes it easier to find missing includes in header files. ## 13. Recommended reading diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2b591f4e1..97a4be145 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,5 @@ # Contribution Guidelines -Please see our contribution guidelines in [the Solidity documentation](http://solidity.readthedocs.io/en/latest/contributing.html). +Please see our contribution guidelines in [the Solidity documentation](https://solidity.readthedocs.io/en/latest/contributing.html). Thank you for your help!