aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-12-10 23:29:41 +0800
committerGitHub <noreply@github.com>2018-12-10 23:29:41 +0800
commit1c4f791f75d2c0ecd6f7ec45361c04618e08842f (patch)
tree283e86d4859b166c3619057d56880bcc4c19b173
parent871ea22bb9158e23254406d21673cfbeda2d7138 (diff)
parenta3918c2341600997695573151f631a4d38b306b7 (diff)
downloaddexon-solidity-1c4f791f75d2c0ecd6f7ec45361c04618e08842f.tar.gz
dexon-solidity-1c4f791f75d2c0ecd6f7ec45361c04618e08842f.tar.zst
dexon-solidity-1c4f791f75d2c0ecd6f7ec45361c04618e08842f.zip
Merge pull request #5615 from ethereum/contrib-link
ContribDoc: Link formatted instead of raw version of coding guidlines
-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.