From fad2d4ac017f21d4d2dfe4a2b8c905cd38c61073 Mon Sep 17 00:00:00 2001 From: chriseth Date: Fri, 20 May 2016 12:52:32 +0200 Subject: Update links to browser-solidity. --- docs/installing-solidity.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/installing-solidity.rst') 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 `_ +can try `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 `_. +`solc-js repository `_. Binary Packages =============== -- cgit