mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update HTTP -> HTTPS
URLs updated to use HTTPS protocol where appropriate to improve security and privacy.
This commit is contained in:
parent
eedd12ad1d
commit
cb214606e2
@ -236,7 +236,7 @@ Example:
|
|||||||
#include <numeric>
|
#include <numeric>
|
||||||
```
|
```
|
||||||
|
|
||||||
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
|
## 13. Recommended reading
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Contribution Guidelines
|
# 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!
|
Thank you for your help!
|
||||||
|
Loading…
Reference in New Issue
Block a user