diff options
author | Marius Kjærstad <sandakersmann@users.noreply.github.com> | 2017-06-10 20:33:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-10 20:33:02 +0800 |
commit | 320bc154314e7e1fab88a5254da8d1223002a8b8 (patch) | |
tree | cb14ec9aa2fc0cf69cd4b847583c29d5379a4fff | |
parent | fe3b46554af07b35f84ca48264830f8c27d4e52e (diff) | |
download | dexon-solidity-320bc154314e7e1fab88a5254da8d1223002a8b8.tar.gz dexon-solidity-320bc154314e7e1fab88a5254da8d1223002a8b8.tar.zst dexon-solidity-320bc154314e7e1fab88a5254da8d1223002a8b8.zip |
Fixed "building-from-source" link
Fixed building-from-source link in contributing.rst
-rw-r--r-- | docs/contributing.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst index 42204d5c..ba68d272 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -4,15 +4,16 @@ Contributing Help is always appreciated! -To get started, you can try :ref:`building-from-source` in order to familiarize -yourself with the components of Solidity and the build process. Also, it may be -useful to become well-versed at writing smart-contracts in Solidity. +To get started, you can try `building-from-source +<https://solidity.readthedocs.io/en/latest/installing-solidity.html#building-from-source>`_ +in order to familiarize yourself with the components of Solidity and the build process. Also, +it may be useful to become well-versed at writing smart-contracts in Solidity. In particular, we need help in the following areas: * Improving the documentation * Responding to questions from other users on `StackExchange - <http://ethereum.stackexchange.com/>`_ and the `Solidity Gitter + <https://ethereum.stackexchange.com>`_ and the `Solidity Gitter <https://gitter.im/ethereum/solidity>`_ * Fixing and responding to `Solidity's GitHub issues <https://github.com/ethereum/solidity/issues>`_, especially those tagged as |