Skip to content

Commit bab3e7d

Browse files
committed
fix: fix broken link in CLI help
fixes #559
1 parent d4ab5ad commit bab3e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ YargsParser.command(
124124
.demandCommand()
125125
.options('t', {
126126
alias: 'template',
127-
describe: 'Path to handlebars page template, see https://git.io/vxZ3V for the example ',
127+
describe: 'Path to handlebars page template, see https://git.io/vh8fP for the example ',
128128
type: 'string',
129129
})
130130
.options('options', {

0 commit comments

Comments
 (0)