aboutsummaryrefslogtreecommitdiffstats
path: root/docs/contributing.rst
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-03-06 17:32:58 +0800
committerchriseth <chris@ethereum.org>2018-03-06 17:32:58 +0800
commit6055bc250fb393cf621f6c7e63a2d89b880fe3a6 (patch)
tree36fd1d2de8a1f71bca613954a430b26175fca9d9 /docs/contributing.rst
parent556fe8a574d6494f68a28267e30808c0448ddcb1 (diff)
downloaddexon-solidity-6055bc250fb393cf621f6c7e63a2d89b880fe3a6.tar
dexon-solidity-6055bc250fb393cf621f6c7e63a2d89b880fe3a6.tar.gz
dexon-solidity-6055bc250fb393cf621f6c7e63a2d89b880fe3a6.tar.bz2
dexon-solidity-6055bc250fb393cf621f6c7e63a2d89b880fe3a6.tar.lz
dexon-solidity-6055bc250fb393cf621f6c7e63a2d89b880fe3a6.tar.xz
dexon-solidity-6055bc250fb393cf621f6c7e63a2d89b880fe3a6.tar.zst
dexon-solidity-6055bc250fb393cf621f6c7e63a2d89b880fe3a6.zip
Use coding style.
Diffstat (limited to 'docs/contributing.rst')
-rw-r--r--docs/contributing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index a5efba8b..8c190a26 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -55,8 +55,8 @@ However, if you are making a larger change, please consult with the `Solidity De
focused on compiler and language development instead of language use) first.
-Finally, please make sure you respect the `coding standards
-<https://raw.githubusercontent.com/ethereum/cpp-ethereum/develop/CodingStandards.txt>`_
+Finally, please make sure you respect the `coding style
+<https://raw.githubusercontent.com/ethereum/solidity/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.