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
89
89
Scheduler
90
90
~~~~~~~~~
91
91
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 >`
94
94
* :ref: `AsSchedule <scheduler_attaching-recurring-messages >`
95
95
96
96
Security
Original file line number Diff line number Diff line change @@ -182,8 +182,6 @@ methods::
182
182
Most of them can be created via the :class: `Symfony\\ Component\\ Scheduler\\ RecurringMessage `
183
183
class, as shown in the following examples.
184
184
185
- .. _scheduler_cron-expression-triggers :
186
-
187
185
Cron Expression Triggers
188
186
~~~~~~~~~~~~~~~~~~~~~~~~
189
187
@@ -272,8 +270,6 @@ For example::
272
270
The day of month range is ``1-28 ``, this is to account for February
273
271
which has a minimum of 28 days.
274
272
275
- .. _scheduler_periodical-triggers :
276
-
277
273
Periodical Triggers
278
274
~~~~~~~~~~~~~~~~~~~
279
275
You can’t perform that action at this time.
0 commit comments