Skip to content

Commit d57c738

Browse files
committed
Fix a typo (missing `) in :doc: link
1 parent d52f3f8 commit d57c738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/console/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ method returns without actually printing.
233233
The MonologBridge provides a :class:`Symfony\\Bridge\\Monolog\\Handler\\ConsoleHandler`
234234
class that allows you to display messages on the console. This is cleaner
235235
than wrapping your output calls in conditions. For an example use in
236-
the Symfony Framework, see :doc:/cookbook/logging/monolog_console.
236+
the Symfony Framework, see :doc:`/cookbook/logging/monolog_console`.
237237

238238
Using Command Arguments
239239
-----------------------

0 commit comments

Comments
 (0)