Skip to content

Commit 49bbf15

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: [Messenger] fix broken link to Validator component
2 parents 84f37a9 + 0fd8758 commit 49bbf15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2283,7 +2283,7 @@ original request context (i.e. the host, the HTTP port, etc.) which is needed
22832283
when building absolute URLs.
22842284

22852285
Add the ``validation`` middleware if you need to validate the message
2286-
object using the :doc:`Validator component <validator>` before handling it.
2286+
object using the :doc:`Validator component </components/validator>` before handling it.
22872287
If validation fails, a ``ValidationFailedException`` will be thrown. The
22882288
:class:`Symfony\\Component\\Messenger\\Stamp\\ValidationStamp` can be used
22892289
to configure the validation groups.

0 commit comments

Comments
 (0)