Skip to content

Commit 6dd4a4e

Browse files
committed
Fix broken Command Helpers link in commands.md.
1 parent d7ae369 commit 6dd4a4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/en/console-commands/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Commands are provided a `ConsoleIo` instance when executed. This object allows
143143
you to interact with `Cake\Console\ConsoleIo::out()` and
144144
`Cake\Console\ConsoleIo::err()` to emit on `stdout`, and
145145
`stderr`. Files can be created with overwrite confirmation with
146-
`Cake\Console\ConsoleIo::createFile()`. [Command Helpers](../console-commands/command-helpers)
146+
`Cake\Console\ConsoleIo::createFile()`. [Command Helpers](../console-commands/input-output#command-helpers)
147147
provide 'macros' for output generation. See the
148148
[Command Input/Output](../console-commands/input-output) section for more information.
149149

0 commit comments

Comments
 (0)