diff options
author | chriseth <chris@ethereum.org> | 2018-08-09 20:29:31 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-08-09 20:29:31 +0800 |
commit | 8b066b28fa8d35dc7b736e51552f3ea36f34cdcb (patch) | |
tree | 2714fac85e69f8bbfa8cb7bce769caddae6a7532 /docs | |
parent | 1f21136737bb5a9129cfb40f331fbc6e9d3036a2 (diff) | |
download | dexon-solidity-8b066b28fa8d35dc7b736e51552f3ea36f34cdcb.tar.gz dexon-solidity-8b066b28fa8d35dc7b736e51552f3ea36f34cdcb.tar.zst dexon-solidity-8b066b28fa8d35dc7b736e51552f3ea36f34cdcb.zip |
Update links and deprecated unmaintained tools.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/index.rst b/docs/index.rst index 53d44f08..c197f7ab 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -66,8 +66,6 @@ Available Solidity Integrations * `IntelliJ IDEA plugin <https://plugins.jetbrains.com/plugin/9475-intellij-solidity>`_ Solidity plugin for IntelliJ IDEA (and all other JetBrains IDEs) -* `Visual Studio Extension <https://visualstudiogallery.msdn.microsoft.com/96221853-33c4-4531-bdd5-d2ea5acc4799/>`_ - Solidity plugin for Microsoft Visual Studio that includes the Solidity compiler. * `Package for SublimeText — Solidity language syntax <https://packagecontrol.io/packages/Ethereum/>`_ Solidity syntax highlighting for SublimeText editor. @@ -107,10 +105,13 @@ Discontinued: * `Ethereum Studio <https://live.ether.camp/>`_ Specialized web IDE that also provides shell access to a complete Ethereum environment. +* `Visual Studio Extension <https://visualstudiogallery.msdn.microsoft.com/96221853-33c4-4531-bdd5-d2ea5acc4799/>`_ + Solidity plugin for Microsoft Visual Studio that includes the Solidity compiler. + Solidity Tools -------------- -* `Dapp <https://dapp.readthedocs.io>`_ +* `Dapp <https://dapp.tools/dapp/>`_ Build tool, package manager, and deployment assistant for Solidity. * `Solidity REPL <https://github.com/raineorshine/solidity-repl>`_ |