aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-05-20 18:52:32 +0800
committerchriseth <c@ethdev.com>2016-05-20 22:51:26 +0800
commitfad2d4ac017f21d4d2dfe4a2b8c905cd38c61073 (patch)
treeadea5b0886fc1ac1d3af0e4be18b7ed7e39a1335 /docs/index.rst
parente3c54185434e16591e15e94b9f0cbef49c83137c (diff)
downloaddexon-solidity-fad2d4ac017f21d4d2dfe4a2b8c905cd38c61073.tar.gz
dexon-solidity-fad2d4ac017f21d4d2dfe4a2b8c905cd38c61073.tar.zst
dexon-solidity-fad2d4ac017f21d4d2dfe4a2b8c905cd38c61073.zip
Update links to browser-solidity.
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 0ef7ca0b..817e4717 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -8,7 +8,7 @@ crowdfunding, blind auctions, multi-signature wallets and more.
.. note::
The best way to try out Solidity right now is using the
- `Browser-Based Compiler <https://chriseth.github.io/browser-solidity/>`_
+ `Browser-Based Compiler <https://ethereum.github.io/browser-solidity/>`_
(it can take a while to load, please be patient).
Useful links
@@ -28,7 +28,7 @@ Useful links
Available Solidity Integrations
-------------------------------
-* `Browser-Based Compiler <https://chriseth.github.io/browser-solidity/>`_
+* `Browser-Based Compiler <https://ethereum.github.io/browser-solidity/>`_
Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components.
* `Ethereum Studio <https://live.ether.camp/>`_
@@ -60,7 +60,7 @@ and the :ref:`Ethereum Virtual Machine <the-ethereum-virtual-machine>`.
The next section will explain several *features* of Solidity by giving
useful :ref:`example contracts <voting>`
Remember that you can always try out the contracts
-`in your browser <https://chriseth.github.io/browser-solidity>`_!
+`in your browser <https://ethereum.github.io/browser-solidity>`_!
The last and most extensive section will cover all aspects of Solidity in depth.