Skip to content

Commit

Permalink
Fix winter:util help link (#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
damsfx committed Mar 5, 2024
1 parent 2f4517d commit 8218e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/WinterUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public function handle()
protected function getArguments()
{
return [
['name', InputArgument::IS_ARRAY, 'The utility command to perform, For more info "https://wintercms.com/docs/console/commands#winter-util-command".'],
['name', InputArgument::IS_ARRAY, 'The utility command to perform, For more info, see "https://wintercms.com/docs/v1.2/docs/console/utilities#utility-runner".'],
];
}

Expand Down

0 comments on commit 8218e05

Please sign in to comment.