diff options
author | chriseth <c@ethdev.com> | 2016-01-28 22:33:52 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-01-28 22:33:52 +0800 |
commit | a5e815f8d4b3ed7116699402b31072611dfb6194 (patch) | |
tree | 246285ff0772262b0cc3e6400f7d769bd5c4f1c5 | |
parent | 9b9d10b4a824e794a0775021ed6c7349e41cada3 (diff) | |
parent | bdfd8a6e07ae7a3855d96fc3e08ca87a236e90da (diff) | |
download | dexon-solidity-a5e815f8d4b3ed7116699402b31072611dfb6194.tar.gz dexon-solidity-a5e815f8d4b3ed7116699402b31072611dfb6194.tar.zst dexon-solidity-a5e815f8d4b3ed7116699402b31072611dfb6194.zip |
Merge pull request #374 from ethereum/chriseth-patch-2
Add a link to the ethereum stackexchange.
-rw-r--r-- | docs/index.rst | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index efe82ff9..fab886c7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -24,6 +24,8 @@ Useful links * `Source Code <https://github.com/ethereum/solidity/>`_ +* `Ethereum Stackexchange <https://ethereum.stackexchange.com/>`_ + * `Gitter Chat <https://gitter.im/ethereum/solidity/>`_ Language Documentation @@ -40,8 +42,10 @@ Remember that you can always try out the contracts The last and most extensive section will cover all aspects of Solidity in depth. -If you still have questions or ideas for improving Solidity or this documentation, -please feel free to come to out `gitter channel <https://gitter.im/ethereum/solidity/>`_. +If you still have questions, you can try searching or asking on the +`Ethereum Stackexchange <https://ethereum.stackexchange.com/>`_ +site, or come to our `gitter channel <https://gitter.im/ethereum/solidity/>`_. +Ideas for improving Solidity or this documentation are always welcome! See also `Russian version (русский перевод) <https://github.com/ethereum/wiki/wiki/%D0%A0%D1%83%D0%BA%D0%BE%D0%B2%D0%BE%D0%B4%D1%81%D1%82%D0%B2%D0%BE-%D0%BF%D0%BE-Solidity>`_. |