From 8a5ba3d7799d7ffd85247e0bb4820e59b353b267 Mon Sep 17 00:00:00 2001 From: Graham Jackson Date: Thu, 23 Aug 2018 01:06:51 -0400 Subject: [PATCH] Add report link to avoiding common problems --- avoiding_common_mistakes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avoiding_common_mistakes.md b/avoiding_common_mistakes.md index afe4f0c..5eb55cc 100644 --- a/avoiding_common_mistakes.md +++ b/avoiding_common_mistakes.md @@ -56,4 +56,4 @@ The blockchain is immutable in the sense that a once approved transaction is goi I have added a tool called Solidity-Coverage in order to generate a report to understand how extensive my test coverage is for the MediaGallery contract. -The report for my test coverage can be found here: [a relative link](coverage/contracts/index.html) +The report for my test coverage can be found here: [Solidity Coverage Report](http://htmlpreview.github.io/?https://github.com/gjackson12/media_gallery_ethereum/blob/master/coverage/contracts/index.html)