diff options
author | chriseth <chris@ethereum.org> | 2017-06-12 23:18:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-12 23:18:55 +0800 |
commit | 78c892aafada41a1954f837b37c6ca18b4cc06a6 (patch) | |
tree | f929f31d7bcb056179b210066d48499a870280c9 /docs/contributing.rst | |
parent | 320bc154314e7e1fab88a5254da8d1223002a8b8 (diff) | |
download | dexon-solidity-78c892aafada41a1954f837b37c6ca18b4cc06a6.tar.gz dexon-solidity-78c892aafada41a1954f837b37c6ca18b4cc06a6.tar.zst dexon-solidity-78c892aafada41a1954f837b37c6ca18b4cc06a6.zip |
Undo changes to building from source.
Diffstat (limited to 'docs/contributing.rst')
-rw-r--r-- | docs/contributing.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst index ba68d272..1f869dbb 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -4,10 +4,9 @@ Contributing Help is always appreciated! -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. +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. In particular, we need help in the following areas: |