Explorar o código

[DOCS] Fix link to quartz crontrigger tutorial (#61531)

Brandon Morelli %!s(int64=5) %!d(string=hai) anos
pai
achega
1415ff5f32
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/reference/rest-api/cron-expressions.asciidoc

+ 1 - 1
docs/reference/rest-api/cron-expressions.asciidoc

@@ -10,7 +10,7 @@ A cron expression is a string of the following form:
 
 {es} uses the cron parser from the https://quartz-scheduler.org[Quartz Job Scheduler]. 
 For more information about writing Quartz cron expressions, see the
-http://www.quartz-scheduler.org/documentation/quartz-2.2.2/tutorials/crontrigger.htmll[Quartz CronTrigger Tutorial].
+http://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html[Quartz CronTrigger Tutorial].
 
 All schedule times are in coordinated universal time (UTC); other timezones are not supported.