We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ae369 commit 6dd4a4eCopy full SHA for 6dd4a4e
1 file changed
docs/en/console-commands/commands.md
@@ -143,7 +143,7 @@ Commands are provided a `ConsoleIo` instance when executed. This object allows
143
you to interact with `Cake\Console\ConsoleIo::out()` and
144
`Cake\Console\ConsoleIo::err()` to emit on `stdout`, and
145
`stderr`. Files can be created with overwrite confirmation with
146
-`Cake\Console\ConsoleIo::createFile()`. [Command Helpers](../console-commands/command-helpers)
+`Cake\Console\ConsoleIo::createFile()`. [Command Helpers](../console-commands/input-output#command-helpers)
147
provide 'macros' for output generation. See the
148
[Command Input/Output](../console-commands/input-output) section for more information.
149
0 commit comments