From aba7d1769c1430570a2b66fea315f129322813b8 Mon Sep 17 00:00:00 2001 From: Nikola Matic Date: Tue, 18 Jul 2023 18:06:56 +0200 Subject: [PATCH] Fix broken links in docs --- docs/installing-solidity.rst | 2 +- docs/resources.rst | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) 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.