From 7d8d1c03f185606ed737768e2ed08b2a131c1f34 Mon Sep 17 00:00:00 2001 From: marcuswin <46599751+marcuswin@users.noreply.github.com> Date: Mon, 9 Dec 2019 16:40:15 +0300 Subject: [PATCH] Fix links Also links on CI and coverage are broken --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 011beb8..24eedaf 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ Smart contracts comprising the business logic of the InstaDApp. ## This project uses: -- [Truffle v5](https://truffleframework.com/) -- [Ganache](https://truffleframework.com/ganache) -- [Solium](https://github.com/duaraghav8/Solium) -- [OpenZeppelin](https://github.com/OpenZeppelin/openzeppelin-solidity) +- [Truffle v5](https://www.trufflesuite.com/) +- [Ganache](https://www.trufflesuite.com/ganache) +- [Ethlint, formerly Solium](https://github.com/duaraghav8/Ethlint) +- [OpenZeppelin](https://github.com/OpenZeppelin/openzeppelin-contracts) - [Travis CI](https://travis-ci.org/InstaDApp/InstaContract-v2) and [Circle CI](https://circleci.com/gh/InstaDApp/InstaContract-v2) - [Coveralls](https://coveralls.io/github/InstaDApp/InstaContract-v2?branch=master)