diff --git a/lib/config-util.js b/lib/config-util.js index 883a12caa..02adb10b9 100644 --- a/lib/config-util.js +++ b/lib/config-util.js @@ -31,7 +31,7 @@ async function processConfig (cwd) { .example('$0 npm test', 'instrument your tests with coverage') .example('$0 --require @babel/register npm test', 'instrument your tests with coverage and transpile with Babel') .example('$0 report --reporter=text-lcov', 'output lcov report after running your tests') - .epilog('visit https://git.io/vHysA for list of available reporters') + .epilog('visit https://github.com/istanbuljs/istanbuljs/tree/master/packages/istanbul-reports/lib for list of available reporters') .boolean('h') .boolean('version') .help(false)