Commit fdda96e
committed
minor symfony#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 buses1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments