diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index 9eb0ee76f..c46767366 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -380,7 +380,7 @@ Prerequisites - macOS --------------------- For macOS builds, ensure that you have the latest version of -`Xcode installed `_. +`Xcode installed `_. This contains the `Clang C++ compiler `_, the `Xcode IDE `_ and other Apple development tools that are required for building C++ applications on OS X. diff --git a/docs/resources.rst b/docs/resources.rst index f51dba4bd..84df74fb7 100644 --- a/docs/resources.rst +++ b/docs/resources.rst @@ -71,7 +71,7 @@ Editor Integrations * Visual Studio Code (VS Code) - * `Ethereum Remix Visual Studio Code extension `_ + * `Ethereum Remix Visual Studio Code extension `_ Ethereum Remix extension pack for VS Code * `Solidity Visual Studio Code extension, by Juan Blanco `_ @@ -113,9 +113,6 @@ Solidity Tools * `leafleth `_ A documentation generator for Solidity smart-contracts. -* `PIET `_ - A tool to develop, audit and use Solidity smart contracts through a simple graphical interface. - * `Scaffold-ETH `_ Forkable Ethereum development stack focused on fast product iterations.