aboutsummaryrefslogtreecommitdiffstats
path: root/docs/contributing.rst
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-04-05 16:09:53 +0800
committerGitHub <noreply@github.com>2018-04-05 16:09:53 +0800
commit7cf09941bb8093b915b823ae62506bf6e5036d78 (patch)
treef4dbe76d438266eca515fdd4642033bd170112e4 /docs/contributing.rst
parentefa0ccaf9e25a257e1ee6b36c0b77b1532131077 (diff)
parentf56afa21c4c30be51541d99027b96058227da6c4 (diff)
downloaddexon-solidity-7cf09941bb8093b915b823ae62506bf6e5036d78.tar
dexon-solidity-7cf09941bb8093b915b823ae62506bf6e5036d78.tar.gz
dexon-solidity-7cf09941bb8093b915b823ae62506bf6e5036d78.tar.bz2
dexon-solidity-7cf09941bb8093b915b823ae62506bf6e5036d78.tar.lz
dexon-solidity-7cf09941bb8093b915b823ae62506bf6e5036d78.tar.xz
dexon-solidity-7cf09941bb8093b915b823ae62506bf6e5036d78.tar.zst
dexon-solidity-7cf09941bb8093b915b823ae62506bf6e5036d78.zip
Merge pull request #3657 from ethereum/codingStyle
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 1bcaed7c..7c199d53 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.