diff --git a/docs/config/watch.md b/docs/config/watch.md index bf8d2687..fd2eed9b 100644 --- a/docs/config/watch.md +++ b/docs/config/watch.md @@ -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.