diff --git a/docs/resources.rst b/docs/resources.rst
index 4dd617fa3..41c126ad7 100644
--- a/docs/resources.rst
+++ b/docs/resources.rst
@@ -27,12 +27,15 @@ Solidity Integrations
* `Remix `_
Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components.
- * `Solium `_
- Linter to identify and fix style and security issues in Solidity.
-
* `Solhint `_
Solidity linter that provides security, style guide and best practice rules for smart contract validation.
+ * `Solidity IDE `_
+ Browser-based IDE with integrated compiler, Ganache and local file system support.
+
+ * `Solium `_
+ Linter to identify and fix style and security issues in Solidity.
+
* `Superblocks Lab `_
Browser-based IDE. Built-in browser-based VM and Metamask integration (one click deployment to Testnet/Mainnet).