From 0bc805c0dd8cf6a41e27eab658424eec164503fd Mon Sep 17 00:00:00 2001 From: Xiao Liang Date: Sat, 21 Sep 2019 01:45:06 +0800 Subject: [PATCH] chore(lib/ui): make URL https:// prefixed --- lib/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui.js b/lib/ui.js index e7628846..97b534a0 100644 --- a/lib/ui.js +++ b/lib/ui.js @@ -77,7 +77,7 @@ class AppUI extends UI { `${c.bold('=============================================================')}\n\n` + `Instead, you should use the plugin produced for your development stack\n` + `(like Truffle, Buidler) or design a custom workflow using the package API\n\n` + - `> See github.com/sc-forks/solidity-coverage for help with configuration.\n\n` + + `> See https://github.com/sc-forks/solidity-coverage for help with configuration.\n\n` + `${c.green.bold('Thanks! - sc-forks')}\n`, };