Skip to content

Commit d86518a

Browse files
committed
fixing links in the quartz doc
Signed-off-by: Lewis Birks <[email protected]>
1 parent 993d0e5 commit d86518a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/asciidoc/modules/quartz.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ class SampleJob: Job { <1>
6666
----
6767

6868
<1> Implements `org.quartz.Job`
69-
<2> Creates a trigger using the javadoc:quartz.Scheduled[] annotation
69+
<2> Creates a trigger using the javadoc:quartz.Scheduled[artifact="jooby-quartz"] annotation
7070

7171
=== Jobs
7272

7373
A Job must implements `org.quartz.Job` interface or `org.quartz.InterruptableJob` as described in
7474
http://www.quartz-scheduler.org/documentation[Quartz documentation] or if you prefer just annotates
75-
an arbitrary method with the javadoc:quartz.Scheduled[] annotation:
75+
an arbitrary method with the javadoc:quartz.Scheduled[artifact="jooby-quartz"] annotation:
7676

7777
.Without Job interface
7878
[source, java, role="primary"]
@@ -205,7 +205,7 @@ public class MyJob {
205205

206206
=== Triggers
207207

208-
The javadoc:quartz.Scheduled[] annotation supports simple and cron triggers as well as property references:
208+
The javadoc:quartz.Scheduled[artifact="jooby-quartz"] annotation supports simple and cron triggers as well as property references:
209209

210210
.Run every hour, repeat for ever:
211211
----

0 commit comments

Comments
 (0)