File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -89,8 +89,8 @@ Routing
8989Scheduler
9090~~~~~~~~~
9191
92- * :ref: `AsCronTask <scheduler_cron-expression-triggers >`
93- * :ref: `AsPeriodicTask <scheduler_periodical-triggers >`
92+ * :ref: `AsCronTask <scheduler-attributes-cron-task >`
93+ * :ref: `AsPeriodicTask <scheduler-attributes-periodic-task >`
9494* :ref: `AsSchedule <scheduler_attaching-recurring-messages >`
9595
9696Security
Original file line number Diff line number Diff line change @@ -182,8 +182,6 @@ methods::
182182Most of them can be created via the :class: `Symfony\\ Component\\ Scheduler\\ RecurringMessage `
183183class, as shown in the following examples.
184184
185- .. _scheduler_cron-expression-triggers :
186-
187185Cron Expression Triggers
188186~~~~~~~~~~~~~~~~~~~~~~~~
189187
@@ -272,8 +270,6 @@ For example::
272270 The day of month range is ``1-28 ``, this is to account for February
273271 which has a minimum of 28 days.
274272
275- .. _scheduler_periodical-triggers :
276-
277273Periodical Triggers
278274~~~~~~~~~~~~~~~~~~~
279275
You can’t perform that action at this time.
0 commit comments