From bab3e7dfcef5c4e5f7b4f5e1faec2e5ace517629 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Tue, 17 Jul 2018 11:12:41 +0300 Subject: [PATCH] fix: fix broken link in CLI help fixes #559 --- cli/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/index.ts b/cli/index.ts index bce967b8e7..05ed7a28ec 100644 --- a/cli/index.ts +++ b/cli/index.ts @@ -124,7 +124,7 @@ YargsParser.command( .demandCommand() .options('t', { alias: 'template', - describe: 'Path to handlebars page template, see https://git.io/vxZ3V for the example ', + describe: 'Path to handlebars page template, see https://git.io/vh8fP for the example ', type: 'string', }) .options('options', {