Merge pull request #5615 from ethereum/contrib-link

ContribDoc: Link formatted instead of raw version of coding guidlines
This commit is contained in:
chriseth 2018-12-10 16:29:41 +01:00 committed by GitHub
commit 1c4f791f75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ New features and bugfixes should be added to the ``Changelog.md`` file: please
follow the style of previous entries, when applicable. follow the style of previous entries, when applicable.
Finally, please make sure you respect the `coding style Finally, please make sure you respect the `coding style
<https://raw.githubusercontent.com/ethereum/solidity/develop/CODING_STYLE.md>`_ <https://github.com/ethereum/solidity/blob/develop/CODING_STYLE.md>`_
for this project. Also, even though we do CI testing, please test your code and for this project. Also, even though we do CI testing, please test your code and
ensure that it builds locally before submitting a pull request. ensure that it builds locally before submitting a pull request.