Fix CRON expression link

This commit is contained in:
CrazyMax
2022-12-29 11:06:44 +01:00
parent 0cf39615b2
commit 9dd173a3b2

View File

@@ -31,7 +31,7 @@ Maximum number of workers that will execute tasks concurrently. (default `10`)
### `schedule`
[CRON expression](https://godoc.org/github.com/robfig/cron#hdr-CRON_Expression_Format) to schedule Diun.
[CRON expression](https://pkg.go.dev/github.com/crazy-max/cron/v3#hdr-CRON_Expression_Format) to schedule Diun.
!!! warning
Remove this setting if you want to run Diun directly.