Skip to content

Commit 7ddff2f

Browse files
committed
[Messenger] fix broken link to Validator component
1 parent 59c23cf commit 7ddff2f

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
@@ -1738,7 +1738,7 @@ Other Middlewares
17381738
The ``validation`` middleware was introduced in Symfony 4.1.
17391739

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

0 commit comments

Comments
 (0)