ContribDoc: Link formatted instead of raw version of coding guidlines

This commit is contained in:
Mathias Baumann 2018-12-10 16:26:05 +01:00
parent 871ea22bb9
commit a3918c2341

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.