aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMathias Baumann <marenz@supradigital.org>2018-12-10 23:26:05 +0800
committerMathias Baumann <marenz@supradigital.org>2018-12-10 23:26:05 +0800
commita3918c2341600997695573151f631a4d38b306b7 (patch)
tree283e86d4859b166c3619057d56880bcc4c19b173 /docs
parent871ea22bb9158e23254406d21673cfbeda2d7138 (diff)
downloaddexon-solidity-a3918c2341600997695573151f631a4d38b306b7.tar.gz
dexon-solidity-a3918c2341600997695573151f631a4d38b306b7.tar.zst
dexon-solidity-a3918c2341600997695573151f631a4d38b306b7.zip
ContribDoc: Link formatted instead of raw version of coding guidlines
Diffstat (limited to 'docs')
-rw-r--r--docs/contributing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index 43b2fd38..12dea7d1 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -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.
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
ensure that it builds locally before submitting a pull request.