Skip to content

Commit cb21460

Browse files
Ronald Eddy JrRonald Eddy Jr
authored andcommitted
Update HTTP -> HTTPS
URLs updated to use HTTPS protocol where appropriate to improve security and privacy.
1 parent eedd12a commit cb21460

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CODING_STYLE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Example:
236236
#include <numeric>
237237
```
238238

239-
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.
239+
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.
240240

241241
## 13. Recommended reading
242242

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Contribution Guidelines
22

3-
Please see our contribution guidelines in [the Solidity documentation](http://solidity.readthedocs.io/en/latest/contributing.html).
3+
Please see our contribution guidelines in [the Solidity documentation](https://solidity.readthedocs.io/en/latest/contributing.html).
44

55
Thank you for your help!

0 commit comments

Comments
 (0)