Skip to content

Commit 0dc8c26

Browse files
committed
bug symfony#3507 Fix a typo (missing `) in :doc: link (ifdattic)
This PR was merged into the 2.4 branch. Discussion ---------- Fix a typo (missing `) in :doc: link | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.4 | Fixed tickets | Commits ------- d57c738 Fix a typo (missing `) in :doc: link
2 parents 272197b + d57c738 commit 0dc8c26

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)