Skip to content

Commit 84512fe

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: [Messenger] fix broken link to Validator component
2 parents aa8a221 + a800256 commit 84512fe

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
@@ -2176,7 +2176,7 @@ original request context (i.e. the host, the HTTP port, etc.) which is needed
21762176
when building absolute URLs.
21772177

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

0 commit comments

Comments
 (0)