Skip to content

Commit fdda96e

Browse files
committed
minor #12638 Fix broken link for multiple messenger buses (FabienSalles)
This PR was merged into the 4.3 branch. Discussion ---------- Fix broken link for multiple messenger buses There is an incorrect link in the documentation of the messenger component for multiple buses. The broken link is visible [here](https://symfony.com/doc/current/messenger/message-recorder.html) and the bug is present for 4.3, 4.4 and current documentation. I don't know if I use the correct syntax. I just copy/past a different declaration that works in https://symfony.com/doc/current/messenger.html#multiple-buses-command-event-buses. Commits ------- e21be6c Fix broken link for multiple messenger buses
2 parents 0199c26 + e21be6c commit fdda96e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger/message-recorder.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Transactional Messages: Handle New Messages After Handling is Done
66

77
A message handler can ``dispatch`` new messages during execution, to either the
88
same or a different bus (if the application has
9-
`multiple buses </messenger/multiple_buses>`_). Any errors or exceptions that
9+
:doc:`/messenger/multiple_buses`). Any errors or exceptions that
1010
occur during this process can have unintended consequences, such as:
1111

1212
- If using the ``DoctrineTransactionMiddleware`` and a dispatched message throws

0 commit comments

Comments
 (0)