Skip to content

Commit 0677a39

Browse files
committed
minor #19430 Fix 404 link in scheduler.rst (alamirault)
This PR was merged into the 6.3 branch. Discussion ---------- Fix 404 link in scheduler.rst Bad link https://github.com/symfony/symfony/blob/6.3/src/Symfony/Component/Scheduler/TriggerInterface.php Good link is https://github.com/symfony/symfony/blob/6.3/src/Symfony/Component/Scheduler/Trigger/TriggerInterface.php Commits ------- 892e5d2 Update scheduler.rst
2 parents 26ba948 + 892e5d2 commit 0677a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scheduler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Custom Triggers
195195
~~~~~~~~~~~~~~~
196196

197197
Custom triggers allow to configure any frequency dynamically. They are created
198-
as services that implement :class:`Symfony\\Component\\Scheduler\\TriggerInterface`.
198+
as services that implement :class:`Symfony\\Component\\Scheduler\\Trigger\\TriggerInterface`.
199199

200200
For example, if you want to send customer reports daily except for holiday periods::
201201

0 commit comments

Comments
 (0)