From 0795af6d135eeecc1d516cb8d5cc3741a692de41 Mon Sep 17 00:00:00 2001 From: Xiao Liang Date: Sat, 21 Sep 2019 02:47:12 +0800 Subject: [PATCH] chore(lib/ui): make URL https:// prefixed (#410) --- lib/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui.js b/lib/ui.js index e762884..97b534a 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`, };