Skip to content

Commit

Permalink
fix: fix broken link in CLI help
Browse files Browse the repository at this point in the history
fixes #559
  • Loading branch information
RomanHotsiy committed Jul 17, 2018
1 parent d4ab5ad commit bab3e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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', {
Expand Down

0 comments on commit bab3e7d

Please sign in to comment.