diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-08-02 05:43:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-02 05:43:39 +0800 |
commit | 0f39ed6a0de880f5923541760389492349e06424 (patch) | |
tree | f15994dc21c99ed54312d5273a525f8b7d8cd242 | |
parent | 7fe95dfb7b55ca0da6d5c021aa70831f996930da (diff) | |
parent | cbcdc9dc42cf0ecee273e2d85211f8cca078d259 (diff) | |
download | dexon-solidity-0f39ed6a0de880f5923541760389492349e06424.tar dexon-solidity-0f39ed6a0de880f5923541760389492349e06424.tar.gz dexon-solidity-0f39ed6a0de880f5923541760389492349e06424.tar.bz2 dexon-solidity-0f39ed6a0de880f5923541760389492349e06424.tar.lz dexon-solidity-0f39ed6a0de880f5923541760389492349e06424.tar.xz dexon-solidity-0f39ed6a0de880f5923541760389492349e06424.tar.zst dexon-solidity-0f39ed6a0de880f5923541760389492349e06424.zip |
Merge pull request #4650 from ethereum/conduct
Point the documentation to the new Code of Conduct URL
-rw-r--r-- | docs/contributing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst index 155b4e65..160e73b3 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -63,7 +63,7 @@ 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. Please note that this project is released with a `Contributor Code of Conduct -<https://raw.githubusercontent.com/ethereum/solidity/develop/CONDUCT.md>`_. +<https://raw.githubusercontent.com/ethereum/solidity/develop/CODE_OF_CONDUCT.md>`_. By participating in this project you agree to abide by its terms. Thank you for your help! |