Skip to content

Commit 1ec33b6

Browse files
committed
fix: quartz url
1 parent 507b2b7 commit 1ec33b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zeppelin-web-angular/src/app/pages/workspace/notebook/action-bar/action-bar.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<div class="ant-dropdown-menu padding-sm scheduler">
189189
Run note with cron scheduler.
190190
Either choose from preset or write your own
191-
<a href="http://www.quartz-scheduler.org/documentation/quartz-2.1.x/tutorials/crontrigger" target="_blank">
191+
<a href="https://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/tutorial-lesson-06.html" target="_blank">
192192
cron expression
193193
</a>
194194
.

0 commit comments

Comments
 (0)