Skip to content

Commit 0fd8758

Browse files
committed
minor #17070 [Messenger] fix broken link to Validator component (tugmaks)
This PR was merged into the 4.4 branch. Discussion ---------- [Messenger] fix broken link to Validator component Commits ------- 7ddff2f [Messenger] fix broken link to Validator component
2 parents 8db02f4 + 7ddff2f commit 0fd8758

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)