diff options
author | chriseth <chris@ethereum.org> | 2017-07-27 18:30:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-27 18:30:01 +0800 |
commit | 5cbf5f216f92b88cf17b0eebcbf01cc05e00ae0a (patch) | |
tree | 4356c346fc88d8c89db87d6726b1ffb94647e5ce /docs | |
parent | 89fadd6935bd1dda4c8a4846c8fa43ce71cc85cc (diff) | |
parent | d34e2690c9b550017286b0604ffaefafc1f5b753 (diff) | |
download | dexon-solidity-5cbf5f216f92b88cf17b0eebcbf01cc05e00ae0a.tar.gz dexon-solidity-5cbf5f216f92b88cf17b0eebcbf01cc05e00ae0a.tar.zst dexon-solidity-5cbf5f216f92b88cf17b0eebcbf01cc05e00ae0a.zip |
Merge pull request #2629 from hcaw/patch-1
Link to Ethereum Studio removed - project has been discontinued
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/index.rst b/docs/index.rst index 3cdda62d..dea11a86 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -41,9 +41,6 @@ Available Solidity Integrations * `Remix <https://remix.ethereum.org/>`_ Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components. -* `Ethereum Studio <https://live.ether.camp/>`_ - Specialized web IDE that also provides shell access to a complete Ethereum environment. - * `IntelliJ IDEA plugin <https://plugins.jetbrains.com/plugin/9475-intellij-solidity>`_ Solidity plugin for IntelliJ IDEA (and all other JetBrains IDEs) @@ -82,6 +79,8 @@ Discontinued: * `Mix IDE <https://github.com/ethereum/mix/>`_ Qt based IDE for designing, debugging and testing solidity smart contracts. +* `Ethereum Studio <https://live.ether.camp/>`_ + Specialized web IDE that also provides shell access to a complete Ethereum environment. Solidity Tools -------------- |