diff options
author | chriseth <c@ethdev.com> | 2016-05-20 18:52:32 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-05-20 22:51:26 +0800 |
commit | fad2d4ac017f21d4d2dfe4a2b8c905cd38c61073 (patch) | |
tree | adea5b0886fc1ac1d3af0e4be18b7ed7e39a1335 /docs/installing-solidity.rst | |
parent | e3c54185434e16591e15e94b9f0cbef49c83137c (diff) | |
download | dexon-solidity-fad2d4ac017f21d4d2dfe4a2b8c905cd38c61073.tar.gz dexon-solidity-fad2d4ac017f21d4d2dfe4a2b8c905cd38c61073.tar.zst dexon-solidity-fad2d4ac017f21d4d2dfe4a2b8c905cd38c61073.zip |
Update links to browser-solidity.
Diffstat (limited to 'docs/installing-solidity.rst')
-rw-r--r-- | docs/installing-solidity.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index 39e2675e..06407cc2 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -6,10 +6,10 @@ Browser-Solidity ================ If you just want to try Solidity for small contracts, you -can try `browser-solidity <https://chriseth.github.io/browser-solidity>`_ +can try `browser-solidity <https://ethereum.github.io/browser-solidity>`_ which does not need any installation. If you want to use it without connection to the Internet, you can also just save the page -locally or clone http://github.com/chriseth/browser-solidity. +locally or clone http://github.com/ethereum/browser-solidity. npm / Node.js ============= @@ -27,7 +27,7 @@ To install it, simply use npm install solc Details about the usage of the Node.js package can be found in the -`repository <https://github.com/ethereum/solc-js>`_. +`solc-js repository <https://github.com/ethereum/solc-js>`_. Binary Packages =============== |